Html Css Color HEX #CB831E Ochre

📋 copy color: '#CB831E'

red 203 ◦ green 131 ◦ blue 30

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

Shades of Ochre #CB831E

Tints of Ochre #CB831E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

 BLUE value IS 30 (12.11% from 255) = 8.24%

R = 55.77%
G = 35.99%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB831E (or 0xCB831E) is known color: Ochre. HEX triplet: CB, 83 and 1E. RGB value is (203,131,30). Sum of RGB (Red+Green+Blue) = 203+131+30=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB831E is #347CE1. Grayscale: #8D8D8D. Windows color (decimal): -3439842 or 1999819. OLE color: 1999819.

HSL color Cylindrical-coordinate representation of color #CB831E: hue angle of 35.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB831E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 30 -
CMYK 0 0.35 0.85 0.20
HSL 35.03º 0.74% 0.46% -
HSV(B) 35.03º 0.85% 0.8% -
XYZ 32.98 29.02 5.09 -
YUV 141.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 203 131 30 0 0.35 0.85 0.20 35.03 0.74 0.46
Hex CB 83 1E 0 23 55 14 23 4A 2E
Octal 313 203 36 0 43 125 24 43 112 56
Binary 11001011 10000011 11110 0 100011 1010101 10100 100011 1001010 101110

Color Harmonies of #CB831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB831E

Black with #CB831E

Text Example


Text Example

White with #CB831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB831E; }

 p { color: rgb(203,131,30); }

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

background-color css

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

 a { background-color: rgb(203,131,30); }

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

border-color css

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

 span { border-color: rgb(203,131,30); }

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