Html Css Color HEX #855424 Hot Curry

📋 copy color: '#855424'

red 133 ◦ green 84 ◦ blue 36

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

Shades of Hot Curry #855424

Tints of Hot Curry #855424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

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

R = 52.57%
G = 33.2%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#855424 (or 0x855424) is known color: Hot Curry. HEX triplet: 85, 54 and 24. RGB value is (133,84,36). Sum of RGB (Red+Green+Blue) = 133+84+36=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #855424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855424 is #7AABDB. Grayscale: #5D5D5D. Windows color (decimal): -8039388 or 2380933. OLE color: 2380933.

HSL color Cylindrical-coordinate representation of color #855424: hue angle of 29.69º 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 #855424 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 36 -
CMYK 0 0.37 0.73 0.48
HSL 29.69º 0.57% 0.33% -
HSV(B) 29.69º 0.73% 0.52% -
XYZ 13.16 11.45 3.19 -
YUV 93.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 133 84 36 0 0.37 0.73 0.48 29.69 0.57 0.33
Hex 85 54 24 0 25 49 30 1E 39 21
Octal 205 124 44 0 45 111 60 36 71 41
Binary 10000101 1010100 100100 0 100101 1001001 110000 11110 111001 100001

Color Harmonies of #855424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855424

Black with #855424

Text Example


Text Example

White with #855424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855424; }

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

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

background-color css

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

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

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

border-color css

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

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

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