Html Css Color HEX #805324 Hot Curry

📋 copy color: '#805324'

red 128 ◦ green 83 ◦ blue 36

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

Shades of Hot Curry #805324

Tints of Hot Curry #805324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.57%

R = 51.82%
G = 33.6%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#805324 (or 0x805324) is known color: Hot Curry. HEX triplet: 80, 53 and 24. RGB value is (128,83,36). Sum of RGB (Red+Green+Blue) = 128+83+36=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #805324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805324 is #7FACDB. Grayscale: #5B5B5B. Windows color (decimal): -8367324 or 2380672. OLE color: 2380672.

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

Color convert

RGB 128 83 36 -
CMYK 0 0.35 0.72 0.50
HSL 30.65º 0.56% 0.32% -
HSV(B) 30.65º 0.72% 0.5% -
XYZ 12.31 10.9 3.12 -
YUV 91.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 128 83 36 0 0.35 0.72 0.50 30.65 0.56 0.32
Hex 80 53 24 0 23 48 32 1F 38 20
Octal 200 123 44 0 43 110 62 37 70 40
Binary 10000000 1010011 100100 0 100011 1001000 110010 11111 111000 100000

Color Harmonies of #805324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805324

Black with #805324

Text Example


Text Example

White with #805324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805324; }

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

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

background-color css

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

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

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

border-color css

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

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

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