Html Css Color HEX #855419 Hot Curry

📋 copy color: '#855419'

red 133 ◦ green 84 ◦ blue 25

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

Shades of Hot Curry #855419

Tints of Hot Curry #855419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

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

R = 54.96%
G = 34.71%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#855419 (or 0x855419) is known color: Hot Curry. HEX triplet: 85, 54 and 19. RGB value is (133,84,25). Sum of RGB (Red+Green+Blue) = 133+84+25=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #855419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855419 is #7AABE6. Grayscale: #5C5C5C. Windows color (decimal): -8039399 or 1660037. OLE color: 1660037.

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

Color convert

RGB 133 84 25 -
CMYK 0 0.37 0.81 0.48
HSL 32.78º 0.68% 0.31% -
HSV(B) 32.78º 0.81% 0.52% -
XYZ 13.02 11.4 2.43 -
YUV 91.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 133 84 25 0 0.37 0.81 0.48 32.78 0.68 0.31
Hex 85 54 19 0 25 51 30 21 44 1F
Octal 205 124 31 0 45 121 60 41 104 37
Binary 10000101 1010100 11001 0 100101 1010001 110000 100001 1000100 11111

Color Harmonies of #855419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855419

Black with #855419

Text Example


Text Example

White with #855419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855419; }

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

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

background-color css

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

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

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

border-color css

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

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

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