#C2751D

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

Shades of Ochre #C2751D

Tints of Ochre #C2751D

Color information

#C2751D (or 0xC2751D) is unknown color: approx Ochre. HEX triplet: C2, 75 and 1D. RGB value is (194,117,29). Sum of RGB (Red+Green+Blue) = 194+117+29=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2751D is #3D8AE2. Grayscale: #828282. Windows color (decimal): -4033251 or 1930690. OLE color: 1930690.

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

Color convert

RGB19411729-
CMYK00.400.850.24
HSL32º73.99%43.73%-
HSV(B)32º85.05%76.08%-
XYZ28.8324.284.33-
YUV129.9971.01173.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 29 (11.72% from 255) = 8.53%
R=57.06%
G=34.41%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941172900.400.850.243273.9943.73
HexC2751D0285518204a2c
Octal30216535050125304011254
Binary1100001011101011110101010001010101110001000001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2751D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2751D; }

 p { color: rgb(194,117,29); }

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

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

 a { background-color: rgb(194,117,29); }

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

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

 span { border-color: rgb(194,117,29); }

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