Html Css Color HEX #CB831F Ochre

📋 copy color: '#CB831F'

red 203 ◦ green 131 ◦ blue 31

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

Shades of Ochre #CB831F

Tints of Ochre #CB831F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.49%

R = 55.62%
G = 35.89%
B = 8.49%

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

#CB831F (or 0xCB831F) is known color: Ochre. HEX triplet: CB, 83 and 1F. RGB value is (203,131,31). Sum of RGB (Red+Green+Blue) = 203+131+31=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB831F is #347CE0. Grayscale: #8D8D8D. Windows color (decimal): -3439841 or 2065355. OLE color: 2065355.

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

Color convert

RGB 203 131 31 -
CMYK 0 0.35 0.85 0.20
HSL 34.88º 0.74% 0.46% -
HSV(B) 34.88º 0.85% 0.8% -
XYZ 32.99 29.03 5.16 -
YUV 141.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 203 131 31 0 0.35 0.85 0.20 34.88 0.74 0.46
Hex CB 83 1F 0 23 55 14 23 4A 2E
Octal 313 203 37 0 43 125 24 43 112 56
Binary 11001011 10000011 11111 0 100011 1010101 10100 100011 1001010 101110

Color Harmonies of #CB831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB831F

Black with #CB831F

Text Example


Text Example

White with #CB831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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