Html Css Color HEX #89482A Korma

📋 copy color: '#89482A'

red 137 ◦ green 72 ◦ blue 42

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

Shades of Korma #89482A

Tints of Korma #89482A

RGB

 RED value IS 137 (53.91% from 255) = 54.58%

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

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

R = 54.58%
G = 28.69%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89482A (or 0x89482A) is known color: Korma. HEX triplet: 89, 48 and 2A. RGB value is (137,72,42). Sum of RGB (Red+Green+Blue) = 137+72+42=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89482A is #76B7D5. Grayscale: #585858. Windows color (decimal): -7780310 or 2771081. OLE color: 2771081.

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

Color convert

RGB 137 72 42 -
CMYK 0 0.47 0.69 0.46
HSL 18.95º 0.53% 0.35% -
HSV(B) 18.95º 0.69% 0.54% -
XYZ 13.05 10.12 3.46 -
YUV 88.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 137 72 42 0 0.47 0.69 0.46 18.95 0.53 0.35
Hex 89 48 2A 0 2F 45 2E 13 35 23
Octal 211 110 52 0 57 105 56 23 65 43
Binary 10001001 1001000 101010 0 101111 1000101 101110 10011 110101 100011

Color Harmonies of #89482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89482A

Black with #89482A

Text Example


Text Example

White with #89482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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