Html Css Color HEX #805320 Hot Curry

📋 copy color: '#805320'

red 128 ◦ green 83 ◦ blue 32

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

Shades of Hot Curry #805320

Tints of Hot Curry #805320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 52.67%
G = 34.16%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#805320 (or 0x805320) is known color: Hot Curry. HEX triplet: 80, 53 and 20. RGB value is (128,83,32). Sum of RGB (Red+Green+Blue) = 128+83+32=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #805320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805320 is #7FACDF. Grayscale: #5A5A5A. Windows color (decimal): -8367328 or 2118528. OLE color: 2118528.

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

Color convert

RGB 128 83 32 -
CMYK 0 0.35 0.75 0.50
HSL 31.88º 0.6% 0.31% -
HSV(B) 31.88º 0.75% 0.5% -
XYZ 12.26 10.88 2.82 -
YUV 90.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 128 83 32 0 0.35 0.75 0.50 31.88 0.6 0.31
Hex 80 53 20 0 23 4B 32 20 3C 1F
Octal 200 123 40 0 43 113 62 40 74 37
Binary 10000000 1010011 100000 0 100011 1001011 110010 100000 111100 11111

Color Harmonies of #805320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805320

Black with #805320

Text Example


Text Example

White with #805320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805320; }

 p { color: rgb(128,83,32); }

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

background-color css

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

 a { background-color: rgb(128,83,32); }

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

border-color css

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

 span { border-color: rgb(128,83,32); }

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