Html Css Color HEX #CB871B Ochre

📋 copy color: '#CB871B'

red 203 ◦ green 135 ◦ blue 27

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

Shades of Ochre #CB871B

Tints of Ochre #CB871B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 55.62%
G = 36.99%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB871B (or 0xCB871B) is known color: Ochre. HEX triplet: CB, 87 and 1B. RGB value is (203,135,27). Sum of RGB (Red+Green+Blue) = 203+135+27=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB871B is #3478E4. Grayscale: #8F8F8F. Windows color (decimal): -3438821 or 1804235. OLE color: 1804235.

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

Color convert

RGB 203 135 27 -
CMYK 0 0.33 0.87 0.20
HSL 36.82º 0.77% 0.45% -
HSV(B) 36.82º 0.87% 0.8% -
XYZ 33.49 30.1 5.08 -
YUV 143.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 203 135 27 0 0.33 0.87 0.20 36.82 0.77 0.45
Hex CB 87 1B 0 21 57 14 25 4D 2D
Octal 313 207 33 0 41 127 24 45 115 55
Binary 11001011 10000111 11011 0 100001 1010111 10100 100101 1001101 101101

Color Harmonies of #CB871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB871B

Black with #CB871B

Text Example


Text Example

White with #CB871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB871B; }

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

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

background-color css

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

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

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

border-color css

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

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

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