Html Css Color HEX #88532F Korma

📋 copy color: '#88532F'

red 136 ◦ green 83 ◦ blue 47

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

Shades of Korma #88532F

Tints of Korma #88532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 51.13%
G = 31.2%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88532F (or 0x88532F) is known color: Korma. HEX triplet: 88, 53 and 2F. RGB value is (136,83,47). Sum of RGB (Red+Green+Blue) = 136+83+47=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88532F is #77ACD0. Grayscale: #5E5E5E. Windows color (decimal): -7843025 or 3101576. OLE color: 3101576.

HSL color Cylindrical-coordinate representation of color #88532F: hue angle of 24.27º 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 #88532F is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 83 47 -
CMYK 0 0.39 0.65 0.47
HSL 24.27º 0.49% 0.36% -
HSV(B) 24.27º 0.65% 0.53% -
XYZ 13.76 11.63 4.21 -
YUV 94.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 136 83 47 0 0.39 0.65 0.47 24.27 0.49 0.36
Hex 88 53 2F 0 27 41 2F 18 31 24
Octal 210 123 57 0 47 101 57 30 61 44
Binary 10001000 1010011 101111 0 100111 1000001 101111 11000 110001 100100

Color Harmonies of #88532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88532F

Black with #88532F

Text Example


Text Example

White with #88532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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