Html Css Color HEX #856324 Hot Curry

📋 copy color: '#856324'

red 133 ◦ green 99 ◦ blue 36

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

Shades of Hot Curry #856324

Tints of Hot Curry #856324

RGB

 RED value IS 133 (52.34% from 255) = 49.63%

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 49.63%
G = 36.94%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#856324 (or 0x856324) is known color: Hot Curry. HEX triplet: 85, 63 and 24. RGB value is (133,99,36). Sum of RGB (Red+Green+Blue) = 133+99+36=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #856324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856324 is #7A9CDB. Grayscale: #666666. Windows color (decimal): -8035548 or 2384773. OLE color: 2384773.

HSL color Cylindrical-coordinate representation of color #856324: hue angle of 38.97º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #856324 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 36 -
CMYK 0 0.26 0.73 0.48
HSL 38.97º 0.57% 0.33% -
HSV(B) 38.97º 0.73% 0.52% -
XYZ 14.45 14.04 3.62 -
YUV 101.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 133 99 36 0 0.26 0.73 0.48 38.97 0.57 0.33
Hex 85 63 24 0 1A 49 30 27 39 21
Octal 205 143 44 0 32 111 60 47 71 41
Binary 10000101 1100011 100100 0 11010 1001001 110000 100111 111001 100001

Color Harmonies of #856324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856324

Black with #856324

Text Example


Text Example

White with #856324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856324; }

 p { color: rgb(133,99,36); }

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

background-color css

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

 a { background-color: rgb(133,99,36); }

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

border-color css

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

 span { border-color: rgb(133,99,36); }

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