Html Css Color HEX #806130 Hot Curry

📋 copy color: '#806130'

red 128 ◦ green 97 ◦ blue 48

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

Shades of Hot Curry #806130

Tints of Hot Curry #806130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 46.89%
G = 35.53%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#806130 (or 0x806130) is known color: Hot Curry. HEX triplet: 80, 61 and 30. RGB value is (128,97,48). Sum of RGB (Red+Green+Blue) = 128+97+48=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #806130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806130 is #7F9ECF. Grayscale: #646464. Windows color (decimal): -8363728 or 3170688. OLE color: 3170688.

HSL color Cylindrical-coordinate representation of color #806130: hue angle of 36.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #806130 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 97 48 -
CMYK 0 0.24 0.62 0.50
HSL 36.75º 0.45% 0.35% -
HSV(B) 36.75º 0.63% 0.5% -
XYZ 13.71 13.35 4.65 -
YUV 100.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 128 97 48 0 0.24 0.62 0.50 36.75 0.45 0.35
Hex 80 61 30 0 18 3E 32 25 2D 23
Octal 200 141 60 0 30 76 62 45 55 43
Binary 10000000 1100001 110000 0 11000 111110 110010 100101 101101 100011

Color Harmonies of #806130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806130

Black with #806130

Text Example


Text Example

White with #806130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806130; }

 p { color: rgb(128,97,48); }

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

background-color css

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

 a { background-color: rgb(128,97,48); }

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

border-color css

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

 span { border-color: rgb(128,97,48); }

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