#C2701F

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

Shades of Ochre #C2701F

Tints of Ochre #C2701F

Color information

#C2701F (or 0xC2701F) is unknown color: approx Ochre. HEX triplet: C2, 70 and 1F. RGB value is (194,112,31). Sum of RGB (Red+Green+Blue) = 194+112+31=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2701F is #3D8FE0. Grayscale: #7F7F7F. Windows color (decimal): -4034529 or 2060482. OLE color: 2060482.

HSL color Cylindrical-coordinate representation of color #C2701F: hue angle of 29.82º degrees, saturation: 0.72, 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 #C2701F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19411231-
CMYK00.420.840.24
HSL29.82º72.44%44.12%-
HSV(B)29.82º84.02%76.08%-
XYZ28.2923.164.27-
YUV127.2873.67175.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.57%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 31 (12.5% from 255) = 9.20%
R=57.57%
G=33.23%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941123100.420.840.2429.8272.4444.12
HexC2701F02A54181e482c
Octal30216037052124303611054
Binary110000101110000111110101010101010011000111101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2701F; }

 p { color: rgb(194,112,31); }

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

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

 a { background-color: rgb(194,112,31); }

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

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

 span { border-color: rgb(194,112,31); }

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