Html Css Color HEX #88522F Korma

📋 copy color: '#88522F'

red 136 ◦ green 82 ◦ blue 47

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

Shades of Korma #88522F

Tints of Korma #88522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 51.32%
G = 30.94%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88522F (or 0x88522F) is known color: Korma. HEX triplet: 88, 52 and 2F. RGB value is (136,82,47). Sum of RGB (Red+Green+Blue) = 136+82+47=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88522F is #77ADD0. Grayscale: #5E5E5E. Windows color (decimal): -7843281 or 3101320. OLE color: 3101320.

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

Color convert

RGB 136 82 47 -
CMYK 0 0.40 0.65 0.47
HSL 23.6º 0.49% 0.36% -
HSV(B) 23.6º 0.65% 0.53% -
XYZ 13.68 11.47 4.18 -
YUV 94.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 136 82 47 0 0.40 0.65 0.47 23.6 0.49 0.36
Hex 88 52 2F 0 28 41 2F 18 31 24
Octal 210 122 57 0 50 101 57 30 61 44
Binary 10001000 1010010 101111 0 101000 1000001 101111 11000 110001 100100

Color Harmonies of #88522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88522F

Black with #88522F

Text Example


Text Example

White with #88522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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