Html Css Color HEX #855E25 Hot Curry

📋 copy color: '#855E25'

red 133 ◦ green 94 ◦ blue 37

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

Shades of Hot Curry #855E25

Tints of Hot Curry #855E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.61%

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 50.38%
G = 35.61%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#855E25 (or 0x855E25) is known color: Hot Curry. HEX triplet: 85, 5E and 25. RGB value is (133,94,37). Sum of RGB (Red+Green+Blue) = 133+94+37=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #855E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E25 is #7AA1DA. Grayscale: #636363. Windows color (decimal): -8036827 or 2449029. OLE color: 2449029.

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

Color convert

RGB 133 94 37 -
CMYK 0 0.29 0.72 0.48
HSL 35.63º 0.56% 0.33% -
HSV(B) 35.63º 0.72% 0.52% -
XYZ 14.01 13.13 3.55 -
YUV 99.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 133 94 37 0 0.29 0.72 0.48 35.63 0.56 0.33
Hex 85 5E 25 0 1D 48 30 24 38 21
Octal 205 136 45 0 35 110 60 44 70 41
Binary 10000101 1011110 100101 0 11101 1001000 110000 100100 111000 100001

Color Harmonies of #855E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E25

Black with #855E25

Text Example


Text Example

White with #855E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,37); }

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

background-color css

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

 a { background-color: rgb(133,94,37); }

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

border-color css

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

 span { border-color: rgb(133,94,37); }

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