Html Css Color HEX #855B19 Hot Curry

📋 copy color: '#855B19'

red 133 ◦ green 91 ◦ blue 25

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

Shades of Hot Curry #855B19

Tints of Hot Curry #855B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 53.41%
G = 36.55%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#855B19 (or 0x855B19) is known color: Hot Curry. HEX triplet: 85, 5B and 19. RGB value is (133,91,25). Sum of RGB (Red+Green+Blue) = 133+91+25=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #855B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855B19 is #7AA4E6. Grayscale: #606060. Windows color (decimal): -8037607 or 1661829. OLE color: 1661829.

HSL color Cylindrical-coordinate representation of color #855B19: hue angle of 36.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #855B19 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 91 25 -
CMYK 0 0.32 0.81 0.48
HSL 36.67º 0.68% 0.31% -
HSV(B) 36.67º 0.81% 0.52% -
XYZ 13.59 12.54 2.62 -
YUV 96.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 133 91 25 0 0.32 0.81 0.48 36.67 0.68 0.31
Hex 85 5B 19 0 20 51 30 25 44 1F
Octal 205 133 31 0 40 121 60 45 104 37
Binary 10000101 1011011 11001 0 100000 1010001 110000 100101 1000100 11111

Color Harmonies of #855B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B19

Black with #855B19

Text Example


Text Example

White with #855B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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