Html Css Color HEX #805E1E Hot Curry

📋 copy color: '#805E1E'

red 128 ◦ green 94 ◦ blue 30

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

Shades of Hot Curry #805E1E

Tints of Hot Curry #805E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 50.79%
G = 37.3%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#805E1E (or 0x805E1E) is known color: Hot Curry. HEX triplet: 80, 5E and 1E. RGB value is (128,94,30). Sum of RGB (Red+Green+Blue) = 128+94+30=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #805E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E1E is #7FA1E1. Grayscale: #616161. Windows color (decimal): -8364514 or 1990272. OLE color: 1990272.

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

Color convert

RGB 128 94 30 -
CMYK 0 0.27 0.77 0.50
HSL 39.18º 0.62% 0.31% -
HSV(B) 39.18º 0.77% 0.5% -
XYZ 13.14 12.69 2.98 -
YUV 96.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 128 94 30 0 0.27 0.77 0.50 39.18 0.62 0.31
Hex 80 5E 1E 0 1B 4D 32 27 3E 1F
Octal 200 136 36 0 33 115 62 47 76 37
Binary 10000000 1011110 11110 0 11011 1001101 110010 100111 111110 11111

Color Harmonies of #805E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E1E

Black with #805E1E

Text Example


Text Example

White with #805E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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