Html Css Color HEX #88522B Korma

📋 copy color: '#88522B'

red 136 ◦ green 82 ◦ blue 43

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

Shades of Korma #88522B

Tints of Korma #88522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 52.11%
G = 31.42%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88522B (or 0x88522B) is known color: Korma. HEX triplet: 88, 52 and 2B. RGB value is (136,82,43). Sum of RGB (Red+Green+Blue) = 136+82+43=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88522B is #77ADD4. Grayscale: #5D5D5D. Windows color (decimal): -7843285 or 2839176. OLE color: 2839176.

HSL color Cylindrical-coordinate representation of color #88522B: hue angle of 25.16º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88522B is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 43 -
CMYK 0 0.40 0.68 0.47
HSL 25.16º 0.52% 0.35% -
HSV(B) 25.16º 0.68% 0.53% -
XYZ 13.61 11.44 3.78 -
YUV 93.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 136 82 43 0 0.40 0.68 0.47 25.16 0.52 0.35
Hex 88 52 2B 0 28 44 2F 19 34 23
Octal 210 122 53 0 50 104 57 31 64 43
Binary 10001000 1010010 101011 0 101000 1000100 101111 11001 110100 100011

Color Harmonies of #88522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88522B

Black with #88522B

Text Example


Text Example

White with #88522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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