Html Css Color HEX #C77928 Ochre

📋 copy color: '#C77928'

red 199 ◦ green 121 ◦ blue 40

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

Shades of Ochre #C77928

Tints of Ochre #C77928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 55.28%
G = 33.61%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C77928 (or 0xC77928) is known color: Ochre. HEX triplet: C7, 79 and 28. RGB value is (199,121,40). Sum of RGB (Red+Green+Blue) = 199+121+40=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C77928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77928 is #3886D7. Grayscale: #878787. Windows color (decimal): -3704536 or 2652615. OLE color: 2652615.

HSL color Cylindrical-coordinate representation of color #C77928: hue angle of 30.57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C77928 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 40 -
CMYK 0 0.39 0.80 0.22
HSL 30.57º 0.67% 0.47% -
HSV(B) 30.57º 0.8% 0.78% -
XYZ 30.77 25.97 5.4 -
YUV 135.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 199 121 40 0 0.39 0.80 0.22 30.57 0.67 0.47
Hex C7 79 28 0 27 50 16 1F 43 2F
Octal 307 171 50 0 47 120 26 37 103 57
Binary 11000111 1111001 101000 0 100111 1010000 10110 11111 1000011 101111

Color Harmonies of #C77928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77928

Black with #C77928

Text Example


Text Example

White with #C77928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77928; }

 p { color: rgb(199,121,40); }

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

background-color css

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

 a { background-color: rgb(199,121,40); }

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

border-color css

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

 span { border-color: rgb(199,121,40); }

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