Html Css Color HEX #88532D Korma

📋 copy color: '#88532D'

red 136 ◦ green 83 ◦ blue 45

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

Shades of Korma #88532D

Tints of Korma #88532D

RGB

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

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

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

R = 51.52%
G = 31.44%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88532D (or 0x88532D) is known color: Korma. HEX triplet: 88, 53 and 2D. RGB value is (136,83,45). Sum of RGB (Red+Green+Blue) = 136+83+45=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88532D is #77ACD2. Grayscale: #5E5E5E. Windows color (decimal): -7843027 or 2970504. OLE color: 2970504.

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

Color convert

RGB 136 83 45 -
CMYK 0 0.39 0.67 0.47
HSL 25.05º 0.5% 0.35% -
HSV(B) 25.05º 0.67% 0.53% -
XYZ 13.72 11.61 4 -
YUV 94.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 136 83 45 0 0.39 0.67 0.47 25.05 0.5 0.35
Hex 88 53 2D 0 27 43 2F 19 32 23
Octal 210 123 55 0 47 103 57 31 62 43
Binary 10001000 1010011 101101 0 100111 1000011 101111 11001 110010 100011

Color Harmonies of #88532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88532D

Black with #88532D

Text Example


Text Example

White with #88532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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