Html Css Color HEX #885A25 Hot Curry

📋 copy color: '#885A25'

red 136 ◦ green 90 ◦ blue 37

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

Shades of Hot Curry #885A25

Tints of Hot Curry #885A25

RGB

 RED value IS 136 (53.52% from 255) = 51.71%

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

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

R = 51.71%
G = 34.22%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#885A25 (or 0x885A25) is known color: Hot Curry. HEX triplet: 88, 5A and 25. RGB value is (136,90,37). Sum of RGB (Red+Green+Blue) = 136+90+37=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #885A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A25 is #77A5DA. Grayscale: #616161. Windows color (decimal): -7841243 or 2448008. OLE color: 2448008.

HSL color Cylindrical-coordinate representation of color #885A25: hue angle of 32.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #885A25 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 37 -
CMYK 0 0.34 0.73 0.47
HSL 32.12º 0.57% 0.34% -
HSV(B) 32.12º 0.73% 0.53% -
XYZ 14.14 12.68 3.45 -
YUV 97.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 136 90 37 0 0.34 0.73 0.47 32.12 0.57 0.34
Hex 88 5A 25 0 22 49 2F 20 39 22
Octal 210 132 45 0 42 111 57 40 71 42
Binary 10001000 1011010 100101 0 100010 1001001 101111 100000 111001 100010

Color Harmonies of #885A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A25

Black with #885A25

Text Example


Text Example

White with #885A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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