Html Css Color HEX #805E30 Hot Curry

📋 copy color: '#805E30'

red 128 ◦ green 94 ◦ blue 48

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

Shades of Hot Curry #805E30

Tints of Hot Curry #805E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 47.41%
G = 34.81%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#805E30 (or 0x805E30) is known color: Hot Curry. HEX triplet: 80, 5E and 30. RGB value is (128,94,48). Sum of RGB (Red+Green+Blue) = 128+94+48=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #805E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E30 is #7FA1CF. Grayscale: #636363. Windows color (decimal): -8364496 or 3169920. OLE color: 3169920.

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

Color convert

RGB 128 94 48 -
CMYK 0 0.27 0.62 0.50
HSL 34.5º 0.45% 0.35% -
HSV(B) 34.5º 0.63% 0.5% -
XYZ 13.44 12.81 4.56 -
YUV 98.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 128 94 48 0 0.27 0.62 0.50 34.5 0.45 0.35
Hex 80 5E 30 0 1B 3E 32 22 2D 23
Octal 200 136 60 0 33 76 62 42 55 43
Binary 10000000 1011110 110000 0 11011 111110 110010 100010 101101 100011

Color Harmonies of #805E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E30

Black with #805E30

Text Example


Text Example

White with #805E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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