Html Css Color HEX #855A25 Hot Curry

📋 copy color: '#855A25'

red 133 ◦ green 90 ◦ blue 37

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

Shades of Hot Curry #855A25

Tints of Hot Curry #855A25

RGB

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

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

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

R = 51.15%
G = 34.62%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#855A25 (or 0x855A25) is known color: Hot Curry. HEX triplet: 85, 5A and 25. RGB value is (133,90,37). Sum of RGB (Red+Green+Blue) = 133+90+37=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #855A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A25 is #7AA5DA. Grayscale: #616161. Windows color (decimal): -8037851 or 2448005. OLE color: 2448005.

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

Color convert

RGB 133 90 37 -
CMYK 0 0.32 0.72 0.48
HSL 33.13º 0.56% 0.33% -
HSV(B) 33.13º 0.72% 0.52% -
XYZ 13.66 12.43 3.43 -
YUV 96.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 133 90 37 0 0.32 0.72 0.48 33.13 0.56 0.33
Hex 85 5A 25 0 20 48 30 21 38 21
Octal 205 132 45 0 40 110 60 41 70 41
Binary 10000101 1011010 100101 0 100000 1001000 110000 100001 111000 100001

Color Harmonies of #855A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A25

Black with #855A25

Text Example


Text Example

White with #855A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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