Html Css Color HEX #855624 Hot Curry

📋 copy color: '#855624'

red 133 ◦ green 86 ◦ blue 36

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

Shades of Hot Curry #855624

Tints of Hot Curry #855624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

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

R = 52.16%
G = 33.73%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#855624 (or 0x855624) is known color: Hot Curry. HEX triplet: 85, 56 and 24. RGB value is (133,86,36). Sum of RGB (Red+Green+Blue) = 133+86+36=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855624 is #7AA9DB. Grayscale: #5E5E5E. Windows color (decimal): -8038876 or 2381445. OLE color: 2381445.

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

Color convert

RGB 133 86 36 -
CMYK 0 0.35 0.73 0.48
HSL 30.93º 0.57% 0.33% -
HSV(B) 30.93º 0.73% 0.52% -
XYZ 13.32 11.77 3.24 -
YUV 94.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 133 86 36 0 0.35 0.73 0.48 30.93 0.57 0.33
Hex 85 56 24 0 23 49 30 1F 39 21
Octal 205 126 44 0 43 111 60 37 71 41
Binary 10000101 1010110 100100 0 100011 1001001 110000 11111 111001 100001

Color Harmonies of #855624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855624

Black with #855624

Text Example


Text Example

White with #855624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855624; }

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

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

background-color css

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

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

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

border-color css

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

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

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