Html Css Color HEX #855A16 Hot Curry

📋 copy color: '#855A16'

red 133 ◦ green 90 ◦ blue 22

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

Shades of Hot Curry #855A16

Tints of Hot Curry #855A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 54.29%
G = 36.73%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#855A16 (or 0x855A16) is known color: Hot Curry. HEX triplet: 85, 5A and 16. RGB value is (133,90,22). Sum of RGB (Red+Green+Blue) = 133+90+22=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #855A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A16 is #7AA5E9. Grayscale: #5F5F5F. Windows color (decimal): -8037866 or 1464965. OLE color: 1464965.

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

Color convert

RGB 133 90 22 -
CMYK 0 0.32 0.83 0.48
HSL 36.76º 0.72% 0.3% -
HSV(B) 36.76º 0.83% 0.52% -
XYZ 13.47 12.36 2.43 -
YUV 95.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 133 90 22 0 0.32 0.83 0.48 36.76 0.72 0.3
Hex 85 5A 16 0 20 53 30 25 48 1E
Octal 205 132 26 0 40 123 60 45 110 36
Binary 10000101 1011010 10110 0 100000 1010011 110000 100101 1001000 11110

Color Harmonies of #855A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A16

Black with #855A16

Text Example


Text Example

White with #855A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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