Html Css Color HEX #855524 Hot Curry

📋 copy color: '#855524'

red 133 ◦ green 85 ◦ blue 36

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

Shades of Hot Curry #855524

Tints of Hot Curry #855524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

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

R = 52.36%
G = 33.46%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#855524 (or 0x855524) is known color: Hot Curry. HEX triplet: 85, 55 and 24. RGB value is (133,85,36). Sum of RGB (Red+Green+Blue) = 133+85+36=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855524 is #7AAADB. Grayscale: #5E5E5E. Windows color (decimal): -8039132 or 2381189. OLE color: 2381189.

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

Color convert

RGB 133 85 36 -
CMYK 0 0.36 0.73 0.48
HSL 30.31º 0.57% 0.33% -
HSV(B) 30.31º 0.73% 0.52% -
XYZ 13.24 11.61 3.21 -
YUV 93.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 133 85 36 0 0.36 0.73 0.48 30.31 0.57 0.33
Hex 85 55 24 0 24 49 30 1E 39 21
Octal 205 125 44 0 44 111 60 36 71 41
Binary 10000101 1010101 100100 0 100100 1001001 110000 11110 111001 100001

Color Harmonies of #855524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855524

Black with #855524

Text Example


Text Example

White with #855524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855524; }

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

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

background-color css

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

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

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

border-color css

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

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

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