Html Css Color HEX #CB8718 Ochre

📋 copy color: '#CB8718'

red 203 ◦ green 135 ◦ blue 24

#CB8718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CB8718

Tints of Ochre #CB8718

RGB

 RED value IS 203 (79.69% from 255) = 56.08%

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 56.08%
G = 37.29%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB8718 (or 0xCB8718) is known color: Ochre. HEX triplet: CB, 87 and 18. RGB value is (203,135,24). Sum of RGB (Red+Green+Blue) = 203+135+24=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8718 is #3478E7. Grayscale: #8F8F8F. Windows color (decimal): -3438824 or 1607627. OLE color: 1607627.

HSL color Cylindrical-coordinate representation of color #CB8718: hue angle of 37.21º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB8718 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 135 24 -
CMYK 0 0.33 0.88 0.20
HSL 37.21º 0.79% 0.45% -
HSV(B) 37.21º 0.88% 0.8% -
XYZ 33.46 30.09 4.91 -
YUV 142.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 203 135 24 0 0.33 0.88 0.20 37.21 0.79 0.45
Hex CB 87 18 0 21 58 14 25 4F 2D
Octal 313 207 30 0 41 130 24 45 117 55
Binary 11001011 10000111 11000 0 100001 1011000 10100 100101 1001111 101101

Color Harmonies of #CB8718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8718

Black with #CB8718

Text Example


Text Example

White with #CB8718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8718; }

 p { color: rgb(203,135,24); }

 H1.HeaderClassName
 {
   color: #CB8718;
 }
 .AnyTagClassName
 {
   color: #CB8718;
 }
</style>

background-color css

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

 a { background-color: rgb(203,135,24); }

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

border-color css

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

 span { border-color: rgb(203,135,24); }

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