Html Css Color HEX #CB841B Ochre

📋 copy color: '#CB841B'

red 203 ◦ green 132 ◦ blue 27

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

Shades of Ochre #CB841B

Tints of Ochre #CB841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 56.08%
G = 36.46%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB841B (or 0xCB841B) is known color: Ochre. HEX triplet: CB, 84 and 1B. RGB value is (203,132,27). Sum of RGB (Red+Green+Blue) = 203+132+27=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB841B is #347BE4. Grayscale: #8D8D8D. Windows color (decimal): -3439589 or 1803467. OLE color: 1803467.

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

Color convert

RGB 203 132 27 -
CMYK 0 0.35 0.87 0.20
HSL 35.8º 0.77% 0.45% -
HSV(B) 35.8º 0.87% 0.8% -
XYZ 33.08 29.28 4.94 -
YUV 141.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 203 132 27 0 0.35 0.87 0.20 35.8 0.77 0.45
Hex CB 84 1B 0 23 57 14 24 4D 2D
Octal 313 204 33 0 43 127 24 44 115 55
Binary 11001011 10000100 11011 0 100011 1010111 10100 100100 1001101 101101

Color Harmonies of #CB841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB841B

Black with #CB841B

Text Example


Text Example

White with #CB841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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