Html Css Color HEX #88512F Korma

📋 copy color: '#88512F'

red 136 ◦ green 81 ◦ blue 47

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

Shades of Korma #88512F

Tints of Korma #88512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

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

R = 51.52%
G = 30.68%
B = 17.8%

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

#88512F (or 0x88512F) is known color: Korma. HEX triplet: 88, 51 and 2F. RGB value is (136,81,47). Sum of RGB (Red+Green+Blue) = 136+81+47=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88512F is #77AED0. Grayscale: #5D5D5D. Windows color (decimal): -7843537 or 3101064. OLE color: 3101064.

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

Color convert

RGB 136 81 47 -
CMYK 0 0.40 0.65 0.47
HSL 22.92º 0.49% 0.36% -
HSV(B) 22.92º 0.65% 0.53% -
XYZ 13.61 11.32 4.16 -
YUV 93.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 136 81 47 0 0.40 0.65 0.47 22.92 0.49 0.36
Hex 88 51 2F 0 28 41 2F 17 31 24
Octal 210 121 57 0 50 101 57 27 61 44
Binary 10001000 1010001 101111 0 101000 1000001 101111 10111 110001 100100

Color Harmonies of #88512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88512F

Black with #88512F

Text Example


Text Example

White with #88512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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