Html Css Color HEX #855921 Hot Curry

📋 copy color: '#855921'

red 133 ◦ green 89 ◦ blue 33

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

Shades of Hot Curry #855921

Tints of Hot Curry #855921

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 52.16%
G = 34.9%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#855921 (or 0x855921) is known color: Hot Curry. HEX triplet: 85, 59 and 21. RGB value is (133,89,33). Sum of RGB (Red+Green+Blue) = 133+89+33=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855921 is #7AA6DE. Grayscale: #606060. Windows color (decimal): -8038111 or 2185605. OLE color: 2185605.

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

Color convert

RGB 133 89 33 -
CMYK 0 0.33 0.75 0.48
HSL 33.6º 0.6% 0.33% -
HSV(B) 33.6º 0.75% 0.52% -
XYZ 13.52 12.24 3.09 -
YUV 95.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 133 89 33 0 0.33 0.75 0.48 33.6 0.6 0.33
Hex 85 59 21 0 21 4B 30 22 3C 21
Octal 205 131 41 0 41 113 60 42 74 41
Binary 10000101 1011001 100001 0 100001 1001011 110000 100010 111100 100001

Color Harmonies of #855921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855921

Black with #855921

Text Example


Text Example

White with #855921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855921; }

 p { color: rgb(133,89,33); }

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

background-color css

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

 a { background-color: rgb(133,89,33); }

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

border-color css

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

 span { border-color: rgb(133,89,33); }

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