Html Css Color HEX #C77313 Ochre

📋 copy color: '#C77313'

red 199 ◦ green 115 ◦ blue 19

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

Shades of Ochre #C77313

Tints of Ochre #C77313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

 BLUE value IS 19 (7.81% from 255) = 5.71%

R = 59.76%
G = 34.53%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C77313 (or 0xC77313) is known color: Ochre. HEX triplet: C7, 73 and 13. RGB value is (199,115,19). Sum of RGB (Red+Green+Blue) = 199+115+19=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C77313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77313 is #388CEC. Grayscale: #818181. Windows color (decimal): -3706093 or 1274823. OLE color: 1274823.

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

Color convert

RGB 199 115 19 -
CMYK 0 0.42 0.90 0.22
HSL 32º 0.83% 0.43% -
HSV(B) 32º 0.9% 0.78% -
XYZ 29.8 24.45 3.76 -
YUV 129.17 65.83 177.81 -
System Red Green Blue C M Y K H S L
Decimal 199 115 19 0 0.42 0.90 0.22 32 0.83 0.43
Hex C7 73 13 0 2A 5A 16 20 53 2B
Octal 307 163 23 0 52 132 26 40 123 53
Binary 11000111 1110011 10011 0 101010 1011010 10110 100000 1010011 101011

Color Harmonies of #C77313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77313

Black with #C77313

Text Example


Text Example

White with #C77313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77313; }

 p { color: rgb(199,115,19); }

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

background-color css

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

 a { background-color: rgb(199,115,19); }

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

border-color css

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

 span { border-color: rgb(199,115,19); }

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