Html Css Color HEX #885232 Korma

📋 copy color: '#885232'

red 136 ◦ green 82 ◦ blue 50

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

Shades of Korma #885232

Tints of Korma #885232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.66%

R = 50.75%
G = 30.6%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#885232 (or 0x885232) is known color: Korma. HEX triplet: 88, 52 and 32. RGB value is (136,82,50). Sum of RGB (Red+Green+Blue) = 136+82+50=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885232 is #77ADCD. Grayscale: #5E5E5E. Windows color (decimal): -7843278 or 3297928. OLE color: 3297928.

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

Color convert

RGB 136 82 50 -
CMYK 0 0.40 0.63 0.47
HSL 22.33º 0.46% 0.36% -
HSV(B) 22.33º 0.63% 0.53% -
XYZ 13.75 11.5 4.51 -
YUV 94.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 136 82 50 0 0.40 0.63 0.47 22.33 0.46 0.36
Hex 88 52 32 0 28 3F 2F 16 2E 24
Octal 210 122 62 0 50 77 57 26 56 44
Binary 10001000 1010010 110010 0 101000 111111 101111 10110 101110 100100

Color Harmonies of #885232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885232

Black with #885232

Text Example


Text Example

White with #885232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885232; }

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

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

background-color css

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

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

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

border-color css

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

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

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