Html Css Color HEX #CB851B Ochre

📋 copy color: '#CB851B'

red 203 ◦ green 133 ◦ blue 27

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

Shades of Ochre #CB851B

Tints of Ochre #CB851B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 55.92%
G = 36.64%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB851B (or 0xCB851B) is known color: Ochre. HEX triplet: CB, 85 and 1B. RGB value is (203,133,27). Sum of RGB (Red+Green+Blue) = 203+133+27=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB851B is #347AE4. Grayscale: #8E8E8E. Windows color (decimal): -3439333 or 1803723. OLE color: 1803723.

HSL color Cylindrical-coordinate representation of color #CB851B: hue angle of 36.14º 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 #CB851B is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 27 -
CMYK 0 0.34 0.87 0.20
HSL 36.14º 0.77% 0.45% -
HSV(B) 36.14º 0.87% 0.8% -
XYZ 33.21 29.55 4.99 -
YUV 141.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 203 133 27 0 0.34 0.87 0.20 36.14 0.77 0.45
Hex CB 85 1B 0 22 57 14 24 4D 2D
Octal 313 205 33 0 42 127 24 44 115 55
Binary 11001011 10000101 11011 0 100010 1010111 10100 100100 1001101 101101

Color Harmonies of #CB851B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB851B

Black with #CB851B

Text Example


Text Example

White with #CB851B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB851B; }

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

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

background-color css

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

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

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

border-color css

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

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

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