Html Css Color HEX #C8831D Ochre

📋 copy color: '#C8831D'

red 200 ◦ green 131 ◦ blue 29

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

Shades of Ochre #C8831D

Tints of Ochre #C8831D

RGB

 RED value IS 200 (78.52% from 255) = 55.56%

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

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

R = 55.56%
G = 36.39%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8831D (or 0xC8831D) is known color: Ochre. HEX triplet: C8, 83 and 1D. RGB value is (200,131,29). Sum of RGB (Red+Green+Blue) = 200+131+29=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8831D is #377CE2. Grayscale: #8C8C8C. Windows color (decimal): -3636451 or 1934280. OLE color: 1934280.

HSL color Cylindrical-coordinate representation of color #C8831D: hue angle of 35.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8831D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 29 -
CMYK 0 0.34 0.86 0.22
HSL 35.79º 0.75% 0.45% -
HSV(B) 35.79º 0.86% 0.78% -
XYZ 32.16 28.6 4.99 -
YUV 140 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 200 131 29 0 0.34 0.86 0.22 35.79 0.75 0.45
Hex C8 83 1D 0 22 56 16 24 4B 2D
Octal 310 203 35 0 42 126 26 44 113 55
Binary 11001000 10000011 11101 0 100010 1010110 10110 100100 1001011 101101

Color Harmonies of #C8831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8831D

Black with #C8831D

Text Example


Text Example

White with #C8831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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