Html Css Color HEX #885527 Hot Curry

📋 copy color: '#885527'

red 136 ◦ green 85 ◦ blue 39

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

Shades of Hot Curry #885527

Tints of Hot Curry #885527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

 BLUE value IS 39 (15.63% from 255) = 15%

R = 52.31%
G = 32.69%
B = 15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#885527 (or 0x885527) is known color: Hot Curry. HEX triplet: 88, 55 and 27. RGB value is (136,85,39). Sum of RGB (Red+Green+Blue) = 136+85+39=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #885527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885527 is #77AAD8. Grayscale: #5F5F5F. Windows color (decimal): -7842521 or 2577800. OLE color: 2577800.

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

Color convert

RGB 136 85 39 -
CMYK 0 0.38 0.71 0.47
HSL 28.45º 0.55% 0.34% -
HSV(B) 28.45º 0.71% 0.53% -
XYZ 13.77 11.88 3.49 -
YUV 95.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 136 85 39 0 0.38 0.71 0.47 28.45 0.55 0.34
Hex 88 55 27 0 26 47 2F 1C 37 22
Octal 210 125 47 0 46 107 57 34 67 42
Binary 10001000 1010101 100111 0 100110 1000111 101111 11100 110111 100010

Color Harmonies of #885527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885527

Black with #885527

Text Example


Text Example

White with #885527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885527; }

 p { color: rgb(136,85,39); }

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

background-color css

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

 a { background-color: rgb(136,85,39); }

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

border-color css

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

 span { border-color: rgb(136,85,39); }

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