Html Css Color HEX #805325 Hot Curry

📋 copy color: '#805325'

red 128 ◦ green 83 ◦ blue 37

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

Shades of Hot Curry #805325

Tints of Hot Curry #805325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 51.61%
G = 33.47%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#805325 (or 0x805325) is known color: Hot Curry. HEX triplet: 80, 53 and 25. RGB value is (128,83,37). Sum of RGB (Red+Green+Blue) = 128+83+37=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #805325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805325 is #7FACDA. Grayscale: #5B5B5B. Windows color (decimal): -8367323 or 2446208. OLE color: 2446208.

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

Color convert

RGB 128 83 37 -
CMYK 0 0.35 0.71 0.50
HSL 30.33º 0.55% 0.32% -
HSV(B) 30.33º 0.71% 0.5% -
XYZ 12.33 10.91 3.21 -
YUV 91.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 128 83 37 0 0.35 0.71 0.50 30.33 0.55 0.32
Hex 80 53 25 0 23 47 32 1E 37 20
Octal 200 123 45 0 43 107 62 36 67 40
Binary 10000000 1010011 100101 0 100011 1000111 110010 11110 110111 100000

Color Harmonies of #805325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805325

Black with #805325

Text Example


Text Example

White with #805325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805325; }

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

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

background-color css

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

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

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

border-color css

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

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

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