Html Css Color HEX #855A15 Hot Curry

📋 copy color: '#855A15'

red 133 ◦ green 90 ◦ blue 21

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

Shades of Hot Curry #855A15

Tints of Hot Curry #855A15

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

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

R = 54.51%
G = 36.89%
B = 8.61%

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

#855A15 (or 0x855A15) is known color: Hot Curry. HEX triplet: 85, 5A and 15. RGB value is (133,90,21). Sum of RGB (Red+Green+Blue) = 133+90+21=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #855A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A15 is #7AA5EA. Grayscale: #5F5F5F. Windows color (decimal): -8037867 or 1399429. OLE color: 1399429.

HSL color Cylindrical-coordinate representation of color #855A15: hue angle of 36.96º 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 #855A15 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 21 -
CMYK 0 0.32 0.84 0.48
HSL 36.96º 0.73% 0.3% -
HSV(B) 36.96º 0.84% 0.52% -
XYZ 13.46 12.35 2.38 -
YUV 94.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 133 90 21 0 0.32 0.84 0.48 36.96 0.73 0.3
Hex 85 5A 15 0 20 54 30 25 49 1E
Octal 205 132 25 0 40 124 60 45 111 36
Binary 10000101 1011010 10101 0 100000 1010100 110000 100101 1001001 11110

Color Harmonies of #855A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A15

Black with #855A15

Text Example


Text Example

White with #855A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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