Html Css Color HEX #CB8719 Ochre

📋 copy color: '#CB8719'

red 203 ◦ green 135 ◦ blue 25

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

Shades of Ochre #CB8719

Tints of Ochre #CB8719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 55.92%
G = 37.19%
B = 6.89%

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

#CB8719 (or 0xCB8719) is known color: Ochre. HEX triplet: CB, 87 and 19. RGB value is (203,135,25). Sum of RGB (Red+Green+Blue) = 203+135+25=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8719 is #3478E6. Grayscale: #8F8F8F. Windows color (decimal): -3438823 or 1673163. OLE color: 1673163.

HSL color Cylindrical-coordinate representation of color #CB8719: hue angle of 37.08º degrees, saturation: 0.78, 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 #CB8719 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 135 25 -
CMYK 0 0.33 0.88 0.20
HSL 37.08º 0.78% 0.45% -
HSV(B) 37.08º 0.88% 0.8% -
XYZ 33.47 30.09 4.96 -
YUV 142.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 203 135 25 0 0.33 0.88 0.20 37.08 0.78 0.45
Hex CB 87 19 0 21 58 14 25 4E 2D
Octal 313 207 31 0 41 130 24 45 116 55
Binary 11001011 10000111 11001 0 100001 1011000 10100 100101 1001110 101101

Color Harmonies of #CB8719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8719

Black with #CB8719

Text Example


Text Example

White with #CB8719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8719; }

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

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

background-color css

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

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

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

border-color css

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

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

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