Html Css Color HEX #855420 Hot Curry

📋 copy color: '#855420'

red 133 ◦ green 84 ◦ blue 32

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

Shades of Hot Curry #855420

Tints of Hot Curry #855420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 53.41%
G = 33.73%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#855420 (or 0x855420) is known color: Hot Curry. HEX triplet: 85, 54 and 20. RGB value is (133,84,32). Sum of RGB (Red+Green+Blue) = 133+84+32=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #855420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855420 is #7AABDF. Grayscale: #5C5C5C. Windows color (decimal): -8039392 or 2118789. OLE color: 2118789.

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

Color convert

RGB 133 84 32 -
CMYK 0 0.37 0.76 0.48
HSL 30.89º 0.61% 0.32% -
HSV(B) 30.89º 0.76% 0.52% -
XYZ 13.1 11.43 2.88 -
YUV 92.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 133 84 32 0 0.37 0.76 0.48 30.89 0.61 0.32
Hex 85 54 20 0 25 4C 30 1F 3D 20
Octal 205 124 40 0 45 114 60 37 75 40
Binary 10000101 1010100 100000 0 100101 1001100 110000 11111 111101 100000

Color Harmonies of #855420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855420

Black with #855420

Text Example


Text Example

White with #855420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855420; }

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

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

background-color css

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

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

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

border-color css

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

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

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