#C9752A

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

Shades of Ochre #C9752A

Tints of Ochre #C9752A

Color information

#C9752A (or 0xC9752A) is unknown color: approx Ochre. HEX triplet: C9, 75 and 2A. RGB value is (201,117,42). Sum of RGB (Red+Green+Blue) = 201+117+42=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C9752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9752A is #368AD5. Grayscale: #858585. Windows color (decimal): -3574486 or 2782665. OLE color: 2782665.

HSL color Cylindrical-coordinate representation of color #C9752A: hue angle of 28.3º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9752A is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20111742-
CMYK00.420.790.21
HSL28.3º65.43%47.65%-
HSV(B)28.3º79.1%78.82%-
XYZ30.8725.315.45-
YUV133.5776.33176.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.83%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=55.83%
G=32.5%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011174200.420.790.2128.365.4347.65
HexC9752A02A4F151c4130
Octal31116552052117253410160
Binary1100100111101011010100101010100111110101111001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9752A; }

 p { color: rgb(201,117,42); }

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

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

 a { background-color: rgb(201,117,42); }

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

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

 span { border-color: rgb(201,117,42); }

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