#C4762B

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

Shades of Meteor #C4762B

Tints of Meteor #C4762B

Color information

#C4762B (or 0xC4762B) is unknown color: approx Meteor. HEX triplet: C4, 76 and 2B. RGB value is (196,118,43). Sum of RGB (Red+Green+Blue) = 196+118+43=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4762B is #3B89D4. Grayscale: #858585. Windows color (decimal): -3901909 or 2848452. OLE color: 2848452.

HSL color Cylindrical-coordinate representation of color #C4762B: hue angle of 29.41º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4762B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19611843-
CMYK00.400.780.23
HSL29.41º64.02%46.86%-
HSV(B)29.41º78.06%76.86%-
XYZ29.6824.875.52-
YUV132.7777.34173.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.90%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 43 (17.19% from 255) = 12.04%
R=54.90%
G=33.05%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961184300.400.780.2329.4164.0246.86
HexC4762B0284E171d402f
Octal30416653050116273510057
Binary1100010011101101010110101000100111010111111011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4762B; }

 p { color: rgb(196,118,43); }

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

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

 a { background-color: rgb(196,118,43); }

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

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

 span { border-color: rgb(196,118,43); }

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