Html Css Color HEX #805C34 Hot Curry

📋 copy color: '#805C34'

red 128 ◦ green 92 ◦ blue 52

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

Shades of Hot Curry #805C34

Tints of Hot Curry #805C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.82%

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 47.06%
G = 33.82%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#805C34 (or 0x805C34) is known color: Hot Curry. HEX triplet: 80, 5C and 34. RGB value is (128,92,52). Sum of RGB (Red+Green+Blue) = 128+92+52=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #805C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C34 is #7FA3CB. Grayscale: #626262. Windows color (decimal): -8365004 or 3431552. OLE color: 3431552.

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

Color convert

RGB 128 92 52 -
CMYK 0 0.28 0.59 0.50
HSL 31.58º 0.42% 0.35% -
HSV(B) 31.58º 0.59% 0.5% -
XYZ 13.35 12.49 4.96 -
YUV 98.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 128 92 52 0 0.28 0.59 0.50 31.58 0.42 0.35
Hex 80 5C 34 0 1C 3B 32 20 2A 23
Octal 200 134 64 0 34 73 62 40 52 43
Binary 10000000 1011100 110100 0 11100 111011 110010 100000 101010 100011

Color Harmonies of #805C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C34

Black with #805C34

Text Example


Text Example

White with #805C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,92,52); }

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

background-color css

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

 a { background-color: rgb(128,92,52); }

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

border-color css

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

 span { border-color: rgb(128,92,52); }

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