Html Css Color HEX #855F20 Hot Curry

📋 copy color: '#855F20'

red 133 ◦ green 95 ◦ blue 32

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

Shades of Hot Curry #855F20

Tints of Hot Curry #855F20

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

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

R = 51.15%
G = 36.54%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855F20 (or 0x855F20) is known color: Hot Curry. HEX triplet: 85, 5F and 20. RGB value is (133,95,32). Sum of RGB (Red+Green+Blue) = 133+95+32=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #855F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F20 is #7AA0DF. Grayscale: #636363. Windows color (decimal): -8036576 or 2121605. OLE color: 2121605.

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

Color convert

RGB 133 95 32 -
CMYK 0 0.29 0.76 0.48
HSL 37.43º 0.61% 0.32% -
HSV(B) 37.43º 0.76% 0.52% -
XYZ 14.03 13.28 3.19 -
YUV 99.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 133 95 32 0 0.29 0.76 0.48 37.43 0.61 0.32
Hex 85 5F 20 0 1D 4C 30 25 3D 20
Octal 205 137 40 0 35 114 60 45 75 40
Binary 10000101 1011111 100000 0 11101 1001100 110000 100101 111101 100000

Color Harmonies of #855F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F20

Black with #855F20

Text Example


Text Example

White with #855F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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