Html Css Color HEX #855B15 Hot Curry

📋 copy color: '#855B15'

red 133 ◦ green 91 ◦ blue 21

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

Shades of Hot Curry #855B15

Tints of Hot Curry #855B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 54.29%
G = 37.14%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#855B15 (or 0x855B15) is known color: Hot Curry. HEX triplet: 85, 5B and 15. RGB value is (133,91,21). Sum of RGB (Red+Green+Blue) = 133+91+21=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #855B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855B15 is #7AA4EA. Grayscale: #5F5F5F. Windows color (decimal): -8037611 or 1399685. OLE color: 1399685.

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

Color convert

RGB 133 91 21 -
CMYK 0 0.32 0.84 0.48
HSL 37.5º 0.73% 0.3% -
HSV(B) 37.5º 0.84% 0.52% -
XYZ 13.55 12.52 2.41 -
YUV 95.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 133 91 21 0 0.32 0.84 0.48 37.5 0.73 0.3
Hex 85 5B 15 0 20 54 30 26 49 1E
Octal 205 133 25 0 40 124 60 46 111 36
Binary 10000101 1011011 10101 0 100000 1010100 110000 100110 1001001 11110

Color Harmonies of #855B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B15

Black with #855B15

Text Example


Text Example

White with #855B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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