Html Css Color HEX #80652F Hot Curry

📋 copy color: '#80652F'

red 128 ◦ green 101 ◦ blue 47

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

Shades of Hot Curry #80652F

Tints of Hot Curry #80652F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.59%

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

R = 46.38%
G = 36.59%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80652F (or 0x80652F) is known color: Hot Curry. HEX triplet: 80, 65 and 2F. RGB value is (128,101,47). Sum of RGB (Red+Green+Blue) = 128+101+47=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80652F is #7F9AD0. Grayscale: #676767. Windows color (decimal): -8362705 or 3106176. OLE color: 3106176.

HSL color Cylindrical-coordinate representation of color #80652F: hue angle of 40º 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 #80652F is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 47 -
CMYK 0 0.21 0.63 0.50
HSL 40º 0.46% 0.34% -
HSV(B) 40º 0.63% 0.5% -
XYZ 14.07 14.1 4.67 -
YUV 102.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 128 101 47 0 0.21 0.63 0.50 40 0.46 0.34
Hex 80 65 2F 0 15 3F 32 28 2E 22
Octal 200 145 57 0 25 77 62 50 56 42
Binary 10000000 1100101 101111 0 10101 111111 110010 101000 101110 100010

Color Harmonies of #80652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80652F

Black with #80652F

Text Example


Text Example

White with #80652F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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