Html Css Color HEX #885D22 Hot Curry

📋 copy color: '#885D22'

red 136 ◦ green 93 ◦ blue 34

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

Shades of Hot Curry #885D22

Tints of Hot Curry #885D22

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

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

R = 51.71%
G = 35.36%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#885D22 (or 0x885D22) is known color: Hot Curry. HEX triplet: 88, 5D and 22. RGB value is (136,93,34). Sum of RGB (Red+Green+Blue) = 136+93+34=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #885D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D22 is #77A2DD. Grayscale: #636363. Windows color (decimal): -7840478 or 2252168. OLE color: 2252168.

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

Color convert

RGB 136 93 34 -
CMYK 0 0.32 0.75 0.47
HSL 34.71º 0.6% 0.33% -
HSV(B) 34.71º 0.75% 0.53% -
XYZ 14.36 13.18 3.3 -
YUV 99.13 91.25 154.3 -
System Red Green Blue C M Y K H S L
Decimal 136 93 34 0 0.32 0.75 0.47 34.71 0.6 0.33
Hex 88 5D 22 0 20 4B 2F 23 3C 21
Octal 210 135 42 0 40 113 57 43 74 41
Binary 10001000 1011101 100010 0 100000 1001011 101111 100011 111100 100001

Color Harmonies of #885D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D22

Black with #885D22

Text Example


Text Example

White with #885D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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