Html Css Color HEX #C77827 Ochre

📋 copy color: '#C77827'

red 199 ◦ green 120 ◦ blue 39

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

Shades of Ochre #C77827

Tints of Ochre #C77827

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 55.59%
G = 33.52%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C77827 (or 0xC77827) is known color: Ochre. HEX triplet: C7, 78 and 27. RGB value is (199,120,39). Sum of RGB (Red+Green+Blue) = 199+120+39=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C77827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77827 is #3887D8. Grayscale: #868686. Windows color (decimal): -3704793 or 2586823. OLE color: 2586823.

HSL color Cylindrical-coordinate representation of color #C77827: hue angle of 30.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77827 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 120 39 -
CMYK 0 0.40 0.80 0.22
HSL 30.38º 0.67% 0.47% -
HSV(B) 30.38º 0.8% 0.78% -
XYZ 30.64 25.72 5.27 -
YUV 134.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 199 120 39 0 0.40 0.80 0.22 30.38 0.67 0.47
Hex C7 78 27 0 28 50 16 1E 43 2F
Octal 307 170 47 0 50 120 26 36 103 57
Binary 11000111 1111000 100111 0 101000 1010000 10110 11110 1000011 101111

Color Harmonies of #C77827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77827

Black with #C77827

Text Example


Text Example

White with #C77827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77827; }

 p { color: rgb(199,120,39); }

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

background-color css

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

 a { background-color: rgb(199,120,39); }

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

border-color css

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

 span { border-color: rgb(199,120,39); }

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