Html Css Color HEX #855D20 Hot Curry

📋 copy color: '#855D20'

red 133 ◦ green 93 ◦ blue 32

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

Shades of Hot Curry #855D20

Tints of Hot Curry #855D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.05%

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

R = 51.55%
G = 36.05%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855D20 (or 0x855D20) is known color: Hot Curry. HEX triplet: 85, 5D and 20. RGB value is (133,93,32). Sum of RGB (Red+Green+Blue) = 133+93+32=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #855D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D20 is #7AA2DF. Grayscale: #626262. Windows color (decimal): -8037088 or 2121093. OLE color: 2121093.

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

Color convert

RGB 133 93 32 -
CMYK 0 0.30 0.76 0.48
HSL 36.24º 0.61% 0.32% -
HSV(B) 36.24º 0.76% 0.52% -
XYZ 13.85 12.92 3.13 -
YUV 98.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 133 93 32 0 0.30 0.76 0.48 36.24 0.61 0.32
Hex 85 5D 20 0 1E 4C 30 24 3D 20
Octal 205 135 40 0 36 114 60 44 75 40
Binary 10000101 1011101 100000 0 11110 1001100 110000 100100 111101 100000

Color Harmonies of #855D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D20

Black with #855D20

Text Example


Text Example

White with #855D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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