Html Css Color HEX #805E2E Hot Curry

📋 copy color: '#805E2E'

red 128 ◦ green 94 ◦ blue 46

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

Shades of Hot Curry #805E2E

Tints of Hot Curry #805E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 47.76%
G = 35.07%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#805E2E (or 0x805E2E) is known color: Hot Curry. HEX triplet: 80, 5E and 2E. RGB value is (128,94,46). Sum of RGB (Red+Green+Blue) = 128+94+46=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #805E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E2E is #7FA1D1. Grayscale: #626262. Windows color (decimal): -8364498 or 3038848. OLE color: 3038848.

HSL color Cylindrical-coordinate representation of color #805E2E: hue angle of 35.12º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805E2E is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 94 46 -
CMYK 0 0.27 0.64 0.50
HSL 35.12º 0.47% 0.34% -
HSV(B) 35.12º 0.64% 0.5% -
XYZ 13.4 12.79 4.35 -
YUV 98.69 98.26 148.9 -
System Red Green Blue C M Y K H S L
Decimal 128 94 46 0 0.27 0.64 0.50 35.12 0.47 0.34
Hex 80 5E 2E 0 1B 40 32 23 2F 22
Octal 200 136 56 0 33 100 62 43 57 42
Binary 10000000 1011110 101110 0 11011 1000000 110010 100011 101111 100010

Color Harmonies of #805E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E2E

Black with #805E2E

Text Example


Text Example

White with #805E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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