Html Css Color HEX #805E25 Hot Curry

📋 copy color: '#805E25'

red 128 ◦ green 94 ◦ blue 37

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

Shades of Hot Curry #805E25

Tints of Hot Curry #805E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

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

R = 49.42%
G = 36.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#805E25 (or 0x805E25) is known color: Hot Curry. HEX triplet: 80, 5E and 25. RGB value is (128,94,37). Sum of RGB (Red+Green+Blue) = 128+94+37=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #805E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E25 is #7FA1DA. Grayscale: #616161. Windows color (decimal): -8364507 or 2449024. OLE color: 2449024.

HSL color Cylindrical-coordinate representation of color #805E25: hue angle of 37.58º 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 #805E25 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 94 37 -
CMYK 0 0.27 0.71 0.50
HSL 37.58º 0.55% 0.32% -
HSV(B) 37.58º 0.71% 0.5% -
XYZ 13.24 12.73 3.51 -
YUV 97.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 128 94 37 0 0.27 0.71 0.50 37.58 0.55 0.32
Hex 80 5E 25 0 1B 47 32 26 37 20
Octal 200 136 45 0 33 107 62 46 67 40
Binary 10000000 1011110 100101 0 11011 1000111 110010 100110 110111 100000

Color Harmonies of #805E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E25

Black with #805E25

Text Example


Text Example

White with #805E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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