Html Css Color HEX #C77815 Ochre

📋 copy color: '#C77815'

red 199 ◦ green 120 ◦ blue 21

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

Shades of Ochre #C77815

Tints of Ochre #C77815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.18%

R = 58.53%
G = 35.29%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77815 (or 0xC77815) is known color: Ochre. HEX triplet: C7, 78 and 15. RGB value is (199,120,21). Sum of RGB (Red+Green+Blue) = 199+120+21=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C77815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77815 is #3887EA. Grayscale: #848484. Windows color (decimal): -3704811 or 1407175. OLE color: 1407175.

HSL color Cylindrical-coordinate representation of color #C77815: hue angle of 33.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C77815 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 120 21 -
CMYK 0 0.40 0.89 0.22
HSL 33.37º 0.81% 0.43% -
HSV(B) 33.37º 0.89% 0.78% -
XYZ 30.41 25.63 4.05 -
YUV 132.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 199 120 21 0 0.40 0.89 0.22 33.37 0.81 0.43
Hex C7 78 15 0 28 59 16 21 51 2B
Octal 307 170 25 0 50 131 26 41 121 53
Binary 11000111 1111000 10101 0 101000 1011001 10110 100001 1010001 101011

Color Harmonies of #C77815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77815

Black with #C77815

Text Example


Text Example

White with #C77815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77815; }

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

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

background-color css

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

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

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

border-color css

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

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

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