Html Css Color HEX #80602F Hot Curry

📋 copy color: '#80602F'

red 128 ◦ green 96 ◦ blue 47

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

Shades of Hot Curry #80602F

Tints of Hot Curry #80602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 47.23%
G = 35.42%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80602F (or 0x80602F) is known color: Hot Curry. HEX triplet: 80, 60 and 2F. RGB value is (128,96,47). Sum of RGB (Red+Green+Blue) = 128+96+47=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80602F is #7F9FD0. Grayscale: #646464. Windows color (decimal): -8363985 or 3104896. OLE color: 3104896.

HSL color Cylindrical-coordinate representation of color #80602F: hue angle of 36.3º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80602F is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 47 -
CMYK 0 0.25 0.63 0.50
HSL 36.3º 0.46% 0.34% -
HSV(B) 36.3º 0.63% 0.5% -
XYZ 13.6 13.16 4.51 -
YUV 99.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 128 96 47 0 0.25 0.63 0.50 36.3 0.46 0.34
Hex 80 60 2F 0 19 3F 32 24 2E 22
Octal 200 140 57 0 31 77 62 44 56 42
Binary 10000000 1100000 101111 0 11001 111111 110010 100100 101110 100010

Color Harmonies of #80602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80602F

Black with #80602F

Text Example


Text Example

White with #80602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80602F; }

 p { color: rgb(128,96,47); }

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

background-color css

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

 a { background-color: rgb(128,96,47); }

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

border-color css

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

 span { border-color: rgb(128,96,47); }

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