Html Css Color HEX #886022 Hot Curry

📋 copy color: '#886022'

red 136 ◦ green 96 ◦ blue 34

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

Shades of Hot Curry #886022

Tints of Hot Curry #886022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 51.13%
G = 36.09%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#886022 (or 0x886022) is known color: Hot Curry. HEX triplet: 88, 60 and 22. RGB value is (136,96,34). Sum of RGB (Red+Green+Blue) = 136+96+34=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #886022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886022 is #779FDD. Grayscale: #656565. Windows color (decimal): -7839710 or 2252936. OLE color: 2252936.

HSL color Cylindrical-coordinate representation of color #886022: hue angle of 36.47º 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 #886022 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 34 -
CMYK 0 0.29 0.75 0.47
HSL 36.47º 0.6% 0.33% -
HSV(B) 36.47º 0.75% 0.53% -
XYZ 14.62 13.72 3.39 -
YUV 100.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 136 96 34 0 0.29 0.75 0.47 36.47 0.6 0.33
Hex 88 60 22 0 1D 4B 2F 24 3C 21
Octal 210 140 42 0 35 113 57 44 74 41
Binary 10001000 1100000 100010 0 11101 1001011 101111 100100 111100 100001

Color Harmonies of #886022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886022

Black with #886022

Text Example


Text Example

White with #886022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886022; }

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

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

background-color css

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

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

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

border-color css

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

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

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