Html Css Color HEX #855920 Hot Curry

📋 copy color: '#855920'

red 133 ◦ green 89 ◦ blue 32

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

Shades of Hot Curry #855920

Tints of Hot Curry #855920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 52.36%
G = 35.04%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855920 (or 0x855920) is known color: Hot Curry. HEX triplet: 85, 59 and 20. RGB value is (133,89,32). Sum of RGB (Red+Green+Blue) = 133+89+32=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #855920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855920 is #7AA6DF. Grayscale: #5F5F5F. Windows color (decimal): -8038112 or 2120069. OLE color: 2120069.

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

Color convert

RGB 133 89 32 -
CMYK 0 0.33 0.76 0.48
HSL 33.86º 0.61% 0.32% -
HSV(B) 33.86º 0.76% 0.52% -
XYZ 13.51 12.24 3.02 -
YUV 95.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 133 89 32 0 0.33 0.76 0.48 33.86 0.61 0.32
Hex 85 59 20 0 21 4C 30 22 3D 20
Octal 205 131 40 0 41 114 60 42 75 40
Binary 10000101 1011001 100000 0 100001 1001100 110000 100010 111101 100000

Color Harmonies of #855920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855920

Black with #855920

Text Example


Text Example

White with #855920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855920; }

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

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

background-color css

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

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

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

border-color css

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

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

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