Html Css Color HEX #855B20 Hot Curry

📋 copy color: '#855B20'

red 133 ◦ green 91 ◦ blue 32

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

Shades of Hot Curry #855B20

Tints of Hot Curry #855B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

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

R = 51.95%
G = 35.55%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855B20 (or 0x855B20) is known color: Hot Curry. HEX triplet: 85, 5B and 20. RGB value is (133,91,32). Sum of RGB (Red+Green+Blue) = 133+91+32=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #855B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B20 is #7AA4DF. Grayscale: #616161. Windows color (decimal): -8037600 or 2120581. OLE color: 2120581.

HSL color Cylindrical-coordinate representation of color #855B20: hue angle of 35.05º 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 #855B20 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 91 32 -
CMYK 0 0.32 0.76 0.48
HSL 35.05º 0.61% 0.32% -
HSV(B) 35.05º 0.76% 0.52% -
XYZ 13.67 12.57 3.07 -
YUV 96.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 133 91 32 0 0.32 0.76 0.48 35.05 0.61 0.32
Hex 85 5B 20 0 20 4C 30 23 3D 20
Octal 205 133 40 0 40 114 60 43 75 40
Binary 10000101 1011011 100000 0 100000 1001100 110000 100011 111101 100000

Color Harmonies of #855B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B20

Black with #855B20

Text Example


Text Example

White with #855B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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