Html Css Color HEX #CE831D Ochre

📋 copy color: '#CE831D'

red 206 ◦ green 131 ◦ blue 29

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

Shades of Ochre #CE831D

Tints of Ochre #CE831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 56.28%
G = 35.79%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE831D (or 0xCE831D) is known color: Ochre. HEX triplet: CE, 83 and 1D. RGB value is (206,131,29). Sum of RGB (Red+Green+Blue) = 206+131+29=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE831D is #317CE2. Grayscale: #8E8E8E. Windows color (decimal): -3243235 or 1934286. OLE color: 1934286.

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

Color convert

RGB 206 131 29 -
CMYK 0 0.36 0.86 0.19
HSL 34.58º 0.75% 0.46% -
HSV(B) 34.58º 0.86% 0.81% -
XYZ 33.79 29.44 5.06 -
YUV 141.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 206 131 29 0 0.36 0.86 0.19 34.58 0.75 0.46
Hex CE 83 1D 0 24 56 13 23 4B 2E
Octal 316 203 35 0 44 126 23 43 113 56
Binary 11001110 10000011 11101 0 100100 1010110 10011 100011 1001011 101110

Color Harmonies of #CE831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE831D

Black with #CE831D

Text Example


Text Example

White with #CE831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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