Html Css Color HEX #89502A Korma

📋 copy color: '#89502A'

red 137 ◦ green 80 ◦ blue 42

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

Shades of Korma #89502A

Tints of Korma #89502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 52.9%
G = 30.89%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89502A (or 0x89502A) is known color: Korma. HEX triplet: 89, 50 and 2A. RGB value is (137,80,42). Sum of RGB (Red+Green+Blue) = 137+80+42=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #89502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89502A is #76AFD5. Grayscale: #5C5C5C. Windows color (decimal): -7778262 or 2773129. OLE color: 2773129.

HSL color Cylindrical-coordinate representation of color #89502A: hue angle of 24º 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 #89502A is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 42 -
CMYK 0 0.42 0.69 0.46
HSL 24º 0.53% 0.35% -
HSV(B) 24º 0.69% 0.54% -
XYZ 13.6 11.22 3.64 -
YUV 92.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 137 80 42 0 0.42 0.69 0.46 24 0.53 0.35
Hex 89 50 2A 0 2A 45 2E 18 35 23
Octal 211 120 52 0 52 105 56 30 65 43
Binary 10001001 1010000 101010 0 101010 1000101 101110 11000 110101 100011

Color Harmonies of #89502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89502A

Black with #89502A

Text Example


Text Example

White with #89502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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