Html Css Color HEX #855A19 Hot Curry

📋 copy color: '#855A19'

red 133 ◦ green 90 ◦ blue 25

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

Shades of Hot Curry #855A19

Tints of Hot Curry #855A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 53.63%
G = 36.29%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#855A19 (or 0x855A19) is known color: Hot Curry. HEX triplet: 85, 5A and 19. RGB value is (133,90,25). Sum of RGB (Red+Green+Blue) = 133+90+25=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #855A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855A19 is #7AA5E6. Grayscale: #5F5F5F. Windows color (decimal): -8037863 or 1661573. OLE color: 1661573.

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

Color convert

RGB 133 90 25 -
CMYK 0 0.32 0.81 0.48
HSL 36.11º 0.68% 0.31% -
HSV(B) 36.11º 0.81% 0.52% -
XYZ 13.5 12.37 2.6 -
YUV 95.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 133 90 25 0 0.32 0.81 0.48 36.11 0.68 0.31
Hex 85 5A 19 0 20 51 30 24 44 1F
Octal 205 132 31 0 40 121 60 44 104 37
Binary 10000101 1011010 11001 0 100000 1010001 110000 100100 1000100 11111

Color Harmonies of #855A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A19

Black with #855A19

Text Example


Text Example

White with #855A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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