#C07934

Color #C07934 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #C07934

Tints of Meteor #C07934

Color information

#C07934 (or 0xC07934) is unknown color: approx Meteor. HEX triplet: C0, 79 and 34. RGB value is (192,121,52). Sum of RGB (Red+Green+Blue) = 192+121+52=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C07934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07934 is #3F86CB. Grayscale: #868686. Windows color (decimal): -4163276 or 3439040. OLE color: 3439040.

HSL color Cylindrical-coordinate representation of color #C07934: hue angle of 29.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C07934 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19212152-
CMYK00.370.730.25
HSL29.57º57.38%47.84%-
HSV(B)29.57º72.92%75.29%-
XYZ29.225.136.56-
YUV134.3681.52169.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=52.60%
G=33.15%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921215200.370.730.2529.5757.3847.84
HexC0793402549191e3930
Octal3001716404511131367160
Binary110000001111001110100010010110010011100111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07934; }

 p { color: rgb(192,121,52); }

 H1.HeaderClassName
 {
   color: #C07934;
 }
 .AnyTagClassName
 {
   color: #C07934;
 }
</style>
background-color css

<style>
 a { background-color: #C07934; }

 a { background-color: rgb(192,121,52); }

 div.DivClassName
 {
   background-color: #C07934;
 }
 .BgClassName
 {
   background-color: #C07934;
 }
</style>
border-color css

<style>
 span { border-color: #C07934; }

 span { border-color: rgb(192,121,52); }

 td.TdClassName
 {
   border-color: #C07934;
 }
 .TagClassName
 {
   border-color: #C07934;
 }
</style>