Html Css Color HEX #88512D Korma

📋 copy color: '#88512D'

red 136 ◦ green 81 ◦ blue 45

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

Shades of Korma #88512D

Tints of Korma #88512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 51.91%
G = 30.92%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88512D (or 0x88512D) is known color: Korma. HEX triplet: 88, 51 and 2D. RGB value is (136,81,45). Sum of RGB (Red+Green+Blue) = 136+81+45=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88512D is #77AED2. Grayscale: #5D5D5D. Windows color (decimal): -7843539 or 2969992. OLE color: 2969992.

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

Color convert

RGB 136 81 45 -
CMYK 0 0.40 0.67 0.47
HSL 23.74º 0.5% 0.35% -
HSV(B) 23.74º 0.67% 0.53% -
XYZ 13.57 11.31 3.95 -
YUV 93.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 136 81 45 0 0.40 0.67 0.47 23.74 0.5 0.35
Hex 88 51 2D 0 28 43 2F 18 32 23
Octal 210 121 55 0 50 103 57 30 62 43
Binary 10001000 1010001 101101 0 101000 1000011 101111 11000 110010 100011

Color Harmonies of #88512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88512D

Black with #88512D

Text Example


Text Example

White with #88512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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