Html Css Color HEX #855713 Hot Curry

📋 copy color: '#855713'

red 133 ◦ green 87 ◦ blue 19

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

Shades of Hot Curry #855713

Tints of Hot Curry #855713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

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

R = 55.65%
G = 36.4%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855713 (or 0x855713) is known color: Hot Curry. HEX triplet: 85, 57 and 13. RGB value is (133,87,19). Sum of RGB (Red+Green+Blue) = 133+87+19=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #855713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855713 is #7AA8EC. Grayscale: #5D5D5D. Windows color (decimal): -8038637 or 1267589. OLE color: 1267589.

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

Color convert

RGB 133 87 19 -
CMYK 0 0.35 0.86 0.48
HSL 35.79º 0.75% 0.3% -
HSV(B) 35.79º 0.86% 0.52% -
XYZ 13.2 11.85 2.21 -
YUV 93 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 133 87 19 0 0.35 0.86 0.48 35.79 0.75 0.3
Hex 85 57 13 0 23 56 30 24 4B 1E
Octal 205 127 23 0 43 126 60 44 113 36
Binary 10000101 1010111 10011 0 100011 1010110 110000 100100 1001011 11110

Color Harmonies of #855713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855713

Black with #855713

Text Example


Text Example

White with #855713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855713; }

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

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

background-color css

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

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

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

border-color css

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

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

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