Html Css Color HEX #C77812 Ochre

📋 copy color: '#C77812'

red 199 ◦ green 120 ◦ blue 18

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

Shades of Ochre #C77812

Tints of Ochre #C77812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 59.05%
G = 35.61%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C77812 (or 0xC77812) is known color: Ochre. HEX triplet: C7, 78 and 12. RGB value is (199,120,18). Sum of RGB (Red+Green+Blue) = 199+120+18=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C77812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77812 is #3887ED. Grayscale: #848484. Windows color (decimal): -3704814 or 1210567. OLE color: 1210567.

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

Color convert

RGB 199 120 18 -
CMYK 0 0.40 0.91 0.22
HSL 33.81º 0.83% 0.43% -
HSV(B) 33.81º 0.91% 0.78% -
XYZ 30.38 25.62 3.92 -
YUV 131.99 63.67 175.79 -
System Red Green Blue C M Y K H S L
Decimal 199 120 18 0 0.40 0.91 0.22 33.81 0.83 0.43
Hex C7 78 12 0 28 5B 16 22 53 2B
Octal 307 170 22 0 50 133 26 42 123 53
Binary 11000111 1111000 10010 0 101000 1011011 10110 100010 1010011 101011

Color Harmonies of #C77812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77812

Black with #C77812

Text Example


Text Example

White with #C77812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77812; }

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

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

background-color css

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

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

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

border-color css

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

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

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