Html Css Color HEX #CE831B Ochre

📋 copy color: '#CE831B'

red 206 ◦ green 131 ◦ blue 27

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

Shades of Ochre #CE831B

Tints of Ochre #CE831B

RGB

 RED value IS 206 (80.86% from 255) = 56.59%

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

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

R = 56.59%
G = 35.99%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE831B (or 0xCE831B) is known color: Ochre. HEX triplet: CE, 83 and 1B. RGB value is (206,131,27). Sum of RGB (Red+Green+Blue) = 206+131+27=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE831B is #317CE4. Grayscale: #8E8E8E. Windows color (decimal): -3243237 or 1803214. OLE color: 1803214.

HSL color Cylindrical-coordinate representation of color #CE831B: hue angle of 34.86º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE831B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 27 -
CMYK 0 0.36 0.87 0.19
HSL 34.86º 0.77% 0.46% -
HSV(B) 34.86º 0.87% 0.81% -
XYZ 33.77 29.43 4.94 -
YUV 141.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 206 131 27 0 0.36 0.87 0.19 34.86 0.77 0.46
Hex CE 83 1B 0 24 57 13 23 4D 2E
Octal 316 203 33 0 44 127 23 43 115 56
Binary 11001110 10000011 11011 0 100100 1010111 10011 100011 1001101 101110

Color Harmonies of #CE831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE831B

Black with #CE831B

Text Example


Text Example

White with #CE831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE831B; }

 p { color: rgb(206,131,27); }

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

background-color css

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

 a { background-color: rgb(206,131,27); }

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

border-color css

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

 span { border-color: rgb(206,131,27); }

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