Html Css Color HEX #88482A Korma

📋 copy color: '#88482A'

red 136 ◦ green 72 ◦ blue 42

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

Shades of Korma #88482A

Tints of Korma #88482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 54.4%
G = 28.8%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88482A (or 0x88482A) is known color: Korma. HEX triplet: 88, 48 and 2A. RGB value is (136,72,42). Sum of RGB (Red+Green+Blue) = 136+72+42=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88482A is #77B7D5. Grayscale: #575757. Windows color (decimal): -7845846 or 2771080. OLE color: 2771080.

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

Color convert

RGB 136 72 42 -
CMYK 0 0.47 0.69 0.47
HSL 19.15º 0.53% 0.35% -
HSV(B) 19.15º 0.69% 0.53% -
XYZ 12.89 10.04 3.45 -
YUV 87.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 136 72 42 0 0.47 0.69 0.47 19.15 0.53 0.35
Hex 88 48 2A 0 2F 45 2F 13 35 23
Octal 210 110 52 0 57 105 57 23 65 43
Binary 10001000 1001000 101010 0 101111 1000101 101111 10011 110101 100011

Color Harmonies of #88482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88482A

Black with #88482A

Text Example


Text Example

White with #88482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88482A; }

 p { color: rgb(136,72,42); }

 H1.HeaderClassName
 {
   color: #88482A;
 }
 .AnyTagClassName
 {
   color: #88482A;
 }
</style>

background-color css

<style>
 a { background-color: #88482A; }

 a { background-color: rgb(136,72,42); }

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

border-color css

<style>
 span { border-color: #88482A; }

 span { border-color: rgb(136,72,42); }

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