Html Css Color HEX #C77F13 Ochre

📋 copy color: '#C77F13'

red 199 ◦ green 127 ◦ blue 19

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

Shades of Ochre #C77F13

Tints of Ochre #C77F13

RGB

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

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

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

R = 57.68%
G = 36.81%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C77F13 (or 0xC77F13) is known color: Ochre. HEX triplet: C7, 7F and 13. RGB value is (199,127,19). Sum of RGB (Red+Green+Blue) = 199+127+19=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F13 is #3880EC. Grayscale: #888888. Windows color (decimal): -3703021 or 1277895. OLE color: 1277895.

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

Color convert

RGB 199 127 19 -
CMYK 0 0.36 0.90 0.22
HSL 36º 0.83% 0.43% -
HSV(B) 36º 0.9% 0.78% -
XYZ 31.26 27.37 4.25 -
YUV 136.22 61.85 172.78 -
System Red Green Blue C M Y K H S L
Decimal 199 127 19 0 0.36 0.90 0.22 36 0.83 0.43
Hex C7 7F 13 0 24 5A 16 24 53 2B
Octal 307 177 23 0 44 132 26 44 123 53
Binary 11000111 1111111 10011 0 100100 1011010 10110 100100 1010011 101011

Color Harmonies of #C77F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F13

Black with #C77F13

Text Example


Text Example

White with #C77F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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