Html Css Color HEX #80793C Crete

📋 copy color: '#80793C'

red 128 ◦ green 121 ◦ blue 60

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

Shades of Crete #80793C

Tints of Crete #80793C

RGB

 RED value IS 128 (50.39% from 255) = 41.42%

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

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 41.42%
G = 39.16%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80793C (or 0x80793C) is known color: Crete. HEX triplet: 80, 79 and 3C. RGB value is (128,121,60). Sum of RGB (Red+Green+Blue) = 128+121+60=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80793C is #7F86C3. Grayscale: #747474. Windows color (decimal): -8357572 or 3963264. OLE color: 3963264.

HSL color Cylindrical-coordinate representation of color #80793C: hue angle of 53.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80793C is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 60 -
CMYK 0 0.05 0.53 0.50
HSL 53.82º 0.36% 0.37% -
HSV(B) 53.82º 0.53% 0.5% -
XYZ 16.56 18.59 6.99 -
YUV 116.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 128 121 60 0 0.05 0.53 0.50 53.82 0.36 0.37
Hex 80 79 3C 0 5 35 32 36 24 25
Octal 200 171 74 0 5 65 62 66 44 45
Binary 10000000 1111001 111100 0 101 110101 110010 110110 100100 100101

Color Harmonies of #80793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80793C

Black with #80793C

Text Example


Text Example

White with #80793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80793C; }

 p { color: rgb(128,121,60); }

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

background-color css

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

 a { background-color: rgb(128,121,60); }

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

border-color css

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

 span { border-color: rgb(128,121,60); }

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