#845C30

Color #845C30 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #845C30

Tints of Hot Curry #845C30

Color information

#845C30 (or 0x845C30) is unknown color: approx Hot Curry. HEX triplet: 84, 5C and 30. RGB value is (132,92,48). Sum of RGB (Red+Green+Blue) = 132+92+48=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #845C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845C30 is #7BA3CF. Grayscale: #636363. Windows color (decimal): -8102864 or 3169412. OLE color: 3169412.

HSL color Cylindrical-coordinate representation of color #845C30: hue angle of 31.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #845C30 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1329248-
CMYK00.300.640.48
HSL31.43º46.67%35.29%-
HSV(B)31.43º63.64%51.76%-
XYZ13.8812.774.53-
YUV98.9499.25151.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 48 (19.14% from 255) = 17.65%
R=48.53%
G=33.82%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132924800.300.640.4831.4346.6735.29
Hex845C3001E40301f2f23
Octal2041346003610060375743
Binary100001001011100110000011110100000011000011111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845C30; }

 p { color: rgb(132,92,48); }

 H1.HeaderClassName
 {
   color: #845C30;
 }
 .AnyTagClassName
 {
   color: #845C30;
 }
</style>
background-color css

<style>
 a { background-color: #845C30; }

 a { background-color: rgb(132,92,48); }

 div.DivClassName
 {
   background-color: #845C30;
 }
 .BgClassName
 {
   background-color: #845C30;
 }
</style>
border-color css

<style>
 span { border-color: #845C30; }

 span { border-color: rgb(132,92,48); }

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