Html Css Color HEX #855C20 Hot Curry

📋 copy color: '#855C20'

red 133 ◦ green 92 ◦ blue 32

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

Shades of Hot Curry #855C20

Tints of Hot Curry #855C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.8%

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

R = 51.75%
G = 35.8%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855C20 (or 0x855C20) is known color: Hot Curry. HEX triplet: 85, 5C and 20. RGB value is (133,92,32). Sum of RGB (Red+Green+Blue) = 133+92+32=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #855C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C20 is #7AA3DF. Grayscale: #616161. Windows color (decimal): -8037344 or 2120837. OLE color: 2120837.

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

Color convert

RGB 133 92 32 -
CMYK 0 0.31 0.76 0.48
HSL 35.64º 0.61% 0.32% -
HSV(B) 35.64º 0.76% 0.52% -
XYZ 13.76 12.75 3.1 -
YUV 97.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 133 92 32 0 0.31 0.76 0.48 35.64 0.61 0.32
Hex 85 5C 20 0 1F 4C 30 24 3D 20
Octal 205 134 40 0 37 114 60 44 75 40
Binary 10000101 1011100 100000 0 11111 1001100 110000 100100 111101 100000

Color Harmonies of #855C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C20

Black with #855C20

Text Example


Text Example

White with #855C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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