Html Css Color HEX #885E26 Hot Curry

📋 copy color: '#885E26'

red 136 ◦ green 94 ◦ blue 38

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

Shades of Hot Curry #885E26

Tints of Hot Curry #885E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 50.75%
G = 35.07%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#885E26 (or 0x885E26) is known color: Hot Curry. HEX triplet: 88, 5E and 26. RGB value is (136,94,38). Sum of RGB (Red+Green+Blue) = 136+94+38=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E26 is #77A1D9. Grayscale: #646464. Windows color (decimal): -7840218 or 2514568. OLE color: 2514568.

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

Color convert

RGB 136 94 38 -
CMYK 0 0.31 0.72 0.47
HSL 34.29º 0.56% 0.34% -
HSV(B) 34.29º 0.72% 0.53% -
XYZ 14.51 13.38 3.65 -
YUV 100.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 136 94 38 0 0.31 0.72 0.47 34.29 0.56 0.34
Hex 88 5E 26 0 1F 48 2F 22 38 22
Octal 210 136 46 0 37 110 57 42 70 42
Binary 10001000 1011110 100110 0 11111 1001000 101111 100010 111000 100010

Color Harmonies of #885E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E26

Black with #885E26

Text Example


Text Example

White with #885E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,94,38); }

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

background-color css

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

 a { background-color: rgb(136,94,38); }

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

border-color css

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

 span { border-color: rgb(136,94,38); }

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