Html Css Color HEX #885822 Hot Curry

📋 copy color: '#885822'

red 136 ◦ green 88 ◦ blue 34

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

Shades of Hot Curry #885822

Tints of Hot Curry #885822

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 52.71%
G = 34.11%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#885822 (or 0x885822) is known color: Hot Curry. HEX triplet: 88, 58 and 22. RGB value is (136,88,34). Sum of RGB (Red+Green+Blue) = 136+88+34=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #885822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885822 is #77A7DD. Grayscale: #606060. Windows color (decimal): -7841758 or 2250888. OLE color: 2250888.

HSL color Cylindrical-coordinate representation of color #885822: hue angle of 31.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #885822 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 34 -
CMYK 0 0.35 0.75 0.47
HSL 31.76º 0.6% 0.33% -
HSV(B) 31.76º 0.75% 0.53% -
XYZ 13.93 12.33 3.16 -
YUV 96.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 136 88 34 0 0.35 0.75 0.47 31.76 0.6 0.33
Hex 88 58 22 0 23 4B 2F 20 3C 21
Octal 210 130 42 0 43 113 57 40 74 41
Binary 10001000 1011000 100010 0 100011 1001011 101111 100000 111100 100001

Color Harmonies of #885822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885822

Black with #885822

Text Example


Text Example

White with #885822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885822; }

 p { color: rgb(136,88,34); }

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

background-color css

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

 a { background-color: rgb(136,88,34); }

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

border-color css

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

 span { border-color: rgb(136,88,34); }

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