#CB7E17

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

Shades of Ochre #CB7E17

Tints of Ochre #CB7E17

Color information

#CB7E17 (or 0xCB7E17) is unknown color: approx Ochre. HEX triplet: CB, 7E and 17. RGB value is (203,126,23). Sum of RGB (Red+Green+Blue) = 203+126+23=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7E17 is #3481E8. Grayscale: #898989. Windows color (decimal): -3441129 or 1539787. OLE color: 1539787.

HSL color Cylindrical-coordinate representation of color #CB7E17: hue angle of 34.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB7E17 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB20312623-
CMYK00.380.890.20
HSL34.33º79.65%44.31%-
HSV(B)34.33º88.67%79.61%-
XYZ32.2427.684.45-
YUV137.2863.51174.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.67%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 23 (9.38% from 255) = 6.53%
R=57.67%
G=35.80%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031262300.380.890.2034.3379.6544.31
HexCB7E17026591422502c
Octal31317627046131244212054
Binary1100101111111101011101001101011001101001000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7E17; }

 p { color: rgb(203,126,23); }

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

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

 a { background-color: rgb(203,126,23); }

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

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

 span { border-color: rgb(203,126,23); }

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