#C4712D

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

Shades of Meteor #C4712D

Tints of Meteor #C4712D

Color information

#C4712D (or 0xC4712D) is unknown color: approx Meteor. HEX triplet: C4, 71 and 2D. RGB value is (196,113,45). Sum of RGB (Red+Green+Blue) = 196+113+45=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4712D is #3B8ED2. Grayscale: #828282. Windows color (decimal): -3903187 or 2978244. OLE color: 2978244.

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

Color convert

RGB19611345-
CMYK00.420.770.23
HSL27.02º62.66%47.25%-
HSV(B)27.02º77.04%76.86%-
XYZ29.1423.745.53-
YUV130.0680175.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.37%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=55.37%
G=31.92%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961134500.420.770.2327.0262.6647.25
HexC4712D02A4D171b3f2f
Octal3041615505211527337757
Binary110001001110001101101010101010011011011111011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4712D; }

 p { color: rgb(196,113,45); }

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

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

 a { background-color: rgb(196,113,45); }

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

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

 span { border-color: rgb(196,113,45); }

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