Html Css Color HEX #C77D1C Ochre

📋 copy color: '#C77D1C'

red 199 ◦ green 125 ◦ blue 28

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

Shades of Ochre #C77D1C

Tints of Ochre #C77D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 28 (11.33% from 255) = 7.95%

R = 56.53%
G = 35.51%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C77D1C (or 0xC77D1C) is known color: Ochre. HEX triplet: C7, 7D and 1C. RGB value is (199,125,28). Sum of RGB (Red+Green+Blue) = 199+125+28=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77D1C is #3882E3. Grayscale: #888888. Windows color (decimal): -3703524 or 1867207. OLE color: 1867207.

HSL color Cylindrical-coordinate representation of color #C77D1C: hue angle of 34.04º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C77D1C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 28 -
CMYK 0 0.37 0.86 0.22
HSL 34.04º 0.75% 0.45% -
HSV(B) 34.04º 0.86% 0.78% -
XYZ 31.1 26.89 4.65 -
YUV 136.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 199 125 28 0 0.37 0.86 0.22 34.04 0.75 0.45
Hex C7 7D 1C 0 25 56 16 22 4B 2D
Octal 307 175 34 0 45 126 26 42 113 55
Binary 11000111 1111101 11100 0 100101 1010110 10110 100010 1001011 101101

Color Harmonies of #C77D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77D1C

Black with #C77D1C

Text Example


Text Example

White with #C77D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77D1C; }

 p { color: rgb(199,125,28); }

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

background-color css

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

 a { background-color: rgb(199,125,28); }

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

border-color css

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

 span { border-color: rgb(199,125,28); }

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