Html Css Color HEX #CE871B Ochre

📋 copy color: '#CE871B'

red 206 ◦ green 135 ◦ blue 27

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

Shades of Ochre #CE871B

Tints of Ochre #CE871B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 55.98%
G = 36.68%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE871B (or 0xCE871B) is known color: Ochre. HEX triplet: CE, 87 and 1B. RGB value is (206,135,27). Sum of RGB (Red+Green+Blue) = 206+135+27=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE871B is #3178E4. Grayscale: #909090. Windows color (decimal): -3242213 or 1804238. OLE color: 1804238.

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

Color convert

RGB 206 135 27 -
CMYK 0 0.34 0.87 0.19
HSL 36.2º 0.77% 0.46% -
HSV(B) 36.2º 0.87% 0.81% -
XYZ 34.32 30.53 5.12 -
YUV 143.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 206 135 27 0 0.34 0.87 0.19 36.2 0.77 0.46
Hex CE 87 1B 0 22 57 13 24 4D 2E
Octal 316 207 33 0 42 127 23 44 115 56
Binary 11001110 10000111 11011 0 100010 1010111 10011 100100 1001101 101110

Color Harmonies of #CE871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE871B

Black with #CE871B

Text Example


Text Example

White with #CE871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE871B; }

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

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

background-color css

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

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

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

border-color css

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

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

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