Html Css Color HEX #806530 Hot Curry

📋 copy color: '#806530'

red 128 ◦ green 101 ◦ blue 48

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

Shades of Hot Curry #806530

Tints of Hot Curry #806530

RGB

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

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

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

R = 46.21%
G = 36.46%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#806530 (or 0x806530) is known color: Hot Curry. HEX triplet: 80, 65 and 30. RGB value is (128,101,48). Sum of RGB (Red+Green+Blue) = 128+101+48=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #806530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806530 is #7F9ACF. Grayscale: #676767. Windows color (decimal): -8362704 or 3171712. OLE color: 3171712.

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

Color convert

RGB 128 101 48 -
CMYK 0 0.21 0.62 0.50
HSL 39.75º 0.45% 0.35% -
HSV(B) 39.75º 0.63% 0.5% -
XYZ 14.09 14.11 4.78 -
YUV 103.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 128 101 48 0 0.21 0.62 0.50 39.75 0.45 0.35
Hex 80 65 30 0 15 3E 32 28 2D 23
Octal 200 145 60 0 25 76 62 50 55 43
Binary 10000000 1100101 110000 0 10101 111110 110010 101000 101101 100011

Color Harmonies of #806530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806530

Black with #806530

Text Example


Text Example

White with #806530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806530; }

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

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

background-color css

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

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

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

border-color css

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

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

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