#C37F1F

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

Shades of Ochre #C37F1F

Tints of Ochre #C37F1F

Color information

#C37F1F (or 0xC37F1F) is unknown color: approx Ochre. HEX triplet: C3, 7F and 1F. RGB value is (195,127,31). Sum of RGB (Red+Green+Blue) = 195+127+31=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F1F is #3C80E0. Grayscale: #888888. Windows color (decimal): -3965153 or 2064323. OLE color: 2064323.

HSL color Cylindrical-coordinate representation of color #C37F1F: hue angle of 35.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C37F1F is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19512731-
CMYK00.350.840.24
HSL35.12º72.57%44.31%-
HSV(B)35.12º84.1%76.47%-
XYZ30.3426.884.89-
YUV136.3968.53169.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.24%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 31 (12.5% from 255) = 8.78%
R=55.24%
G=35.98%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951273100.350.840.2435.1272.5744.31
HexC37F1F023541823492c
Octal30317737043124304311154
Binary1100001111111111111101000111010100110001000111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F1F; }

 p { color: rgb(195,127,31); }

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

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

 a { background-color: rgb(195,127,31); }

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

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

 span { border-color: rgb(195,127,31); }

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