Html Css Color HEX #C7811D Ochre

📋 copy color: '#C7811D'

red 199 ◦ green 129 ◦ blue 29

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

Shades of Ochre #C7811D

Tints of Ochre #C7811D

RGB

 RED value IS 199 (78.13% from 255) = 55.74%

 GREEN value IS 129 (50.78% from 255) = 36.13%

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

R = 55.74%
G = 36.13%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7811D (or 0xC7811D) is known color: Ochre. HEX triplet: C7, 81 and 1D. RGB value is (199,129,29). Sum of RGB (Red+Green+Blue) = 199+129+29=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7811D is #387EE2. Grayscale: #8B8B8B. Windows color (decimal): -3702499 or 1933767. OLE color: 1933767.

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

Color convert

RGB 199 129 29 -
CMYK 0 0.35 0.85 0.22
HSL 35.29º 0.75% 0.45% -
HSV(B) 35.29º 0.85% 0.78% -
XYZ 31.63 27.93 4.89 -
YUV 138.53 66.19 171.13 -
System Red Green Blue C M Y K H S L
Decimal 199 129 29 0 0.35 0.85 0.22 35.29 0.75 0.45
Hex C7 81 1D 0 23 55 16 23 4B 2D
Octal 307 201 35 0 43 125 26 43 113 55
Binary 11000111 10000001 11101 0 100011 1010101 10110 100011 1001011 101101

Color Harmonies of #C7811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7811D

Black with #C7811D

Text Example


Text Example

White with #C7811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7811D; }

 p { color: rgb(199,129,29); }

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

background-color css

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

 a { background-color: rgb(199,129,29); }

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

border-color css

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

 span { border-color: rgb(199,129,29); }

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