Html Css Color HEX #855B13 Hot Curry

📋 copy color: '#855B13'

red 133 ◦ green 91 ◦ blue 19

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

Shades of Hot Curry #855B13

Tints of Hot Curry #855B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 54.73%
G = 37.45%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855B13 (or 0x855B13) is known color: Hot Curry. HEX triplet: 85, 5B and 13. RGB value is (133,91,19). Sum of RGB (Red+Green+Blue) = 133+91+19=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #855B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855B13 is #7AA4EC. Grayscale: #5F5F5F. Windows color (decimal): -8037613 or 1268613. OLE color: 1268613.

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

Color convert

RGB 133 91 19 -
CMYK 0 0.32 0.86 0.48
HSL 37.89º 0.75% 0.3% -
HSV(B) 37.89º 0.86% 0.52% -
XYZ 13.53 12.52 2.32 -
YUV 95.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 133 91 19 0 0.32 0.86 0.48 37.89 0.75 0.3
Hex 85 5B 13 0 20 56 30 26 4B 1E
Octal 205 133 23 0 40 126 60 46 113 36
Binary 10000101 1011011 10011 0 100000 1010110 110000 100110 1001011 11110

Color Harmonies of #855B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B13

Black with #855B13

Text Example


Text Example

White with #855B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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