Html Css Color HEX #885223 Korma

📋 copy color: '#885223'

red 136 ◦ green 82 ◦ blue 35

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

Shades of Korma #885223

Tints of Korma #885223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 53.75%
G = 32.41%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#885223 (or 0x885223) is known color: Korma. HEX triplet: 88, 52 and 23. RGB value is (136,82,35). Sum of RGB (Red+Green+Blue) = 136+82+35=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #885223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885223 is #77ADDC. Grayscale: #5D5D5D. Windows color (decimal): -7843293 or 2314888. OLE color: 2314888.

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

Color convert

RGB 136 82 35 -
CMYK 0 0.40 0.74 0.47
HSL 27.92º 0.59% 0.34% -
HSV(B) 27.92º 0.74% 0.53% -
XYZ 13.47 11.39 3.08 -
YUV 92.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 136 82 35 0 0.40 0.74 0.47 27.92 0.59 0.34
Hex 88 52 23 0 28 4A 2F 1C 3B 22
Octal 210 122 43 0 50 112 57 34 73 42
Binary 10001000 1010010 100011 0 101000 1001010 101111 11100 111011 100010

Color Harmonies of #885223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885223

Black with #885223

Text Example


Text Example

White with #885223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885223; }

 p { color: rgb(136,82,35); }

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

background-color css

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

 a { background-color: rgb(136,82,35); }

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

border-color css

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

 span { border-color: rgb(136,82,35); }

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