Html Css Color HEX #88522C Korma

📋 copy color: '#88522C'

red 136 ◦ green 82 ◦ blue 44

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

Shades of Korma #88522C

Tints of Korma #88522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 51.91%
G = 31.3%
B = 16.79%

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

#88522C (or 0x88522C) is known color: Korma. HEX triplet: 88, 52 and 2C. RGB value is (136,82,44). Sum of RGB (Red+Green+Blue) = 136+82+44=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88522C is #77ADD3. Grayscale: #5E5E5E. Windows color (decimal): -7843284 or 2904712. OLE color: 2904712.

HSL color Cylindrical-coordinate representation of color #88522C: hue angle of 24.78º degrees, saturation: 0.51, 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 #88522C is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 44 -
CMYK 0 0.40 0.68 0.47
HSL 24.78º 0.51% 0.35% -
HSV(B) 24.78º 0.68% 0.53% -
XYZ 13.63 11.45 3.87 -
YUV 93.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 136 82 44 0 0.40 0.68 0.47 24.78 0.51 0.35
Hex 88 52 2C 0 28 44 2F 19 33 23
Octal 210 122 54 0 50 104 57 31 63 43
Binary 10001000 1010010 101100 0 101000 1000100 101111 11001 110011 100011

Color Harmonies of #88522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88522C

Black with #88522C

Text Example


Text Example

White with #88522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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