Html Css Color HEX #C77F15 Ochre

📋 copy color: '#C77F15'

red 199 ◦ green 127 ◦ blue 21

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

Shades of Ochre #C77F15

Tints of Ochre #C77F15

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

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

R = 57.35%
G = 36.6%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C77F15 (or 0xC77F15) is known color: Ochre. HEX triplet: C7, 7F and 15. RGB value is (199,127,21). Sum of RGB (Red+Green+Blue) = 199+127+21=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F15 is #3880EA. Grayscale: #888888. Windows color (decimal): -3703019 or 1408967. OLE color: 1408967.

HSL color Cylindrical-coordinate representation of color #C77F15: hue angle of 35.73º 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 #C77F15 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 127 21 -
CMYK 0 0.36 0.89 0.22
HSL 35.73º 0.81% 0.43% -
HSV(B) 35.73º 0.89% 0.78% -
XYZ 31.28 27.38 4.34 -
YUV 136.44 62.85 172.62 -
System Red Green Blue C M Y K H S L
Decimal 199 127 21 0 0.36 0.89 0.22 35.73 0.81 0.43
Hex C7 7F 15 0 24 59 16 24 51 2B
Octal 307 177 25 0 44 131 26 44 121 53
Binary 11000111 1111111 10101 0 100100 1011001 10110 100100 1010001 101011

Color Harmonies of #C77F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F15

Black with #C77F15

Text Example


Text Example

White with #C77F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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