Html Css Color HEX #89502B Korma

📋 copy color: '#89502B'

red 137 ◦ green 80 ◦ blue 43

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

Shades of Korma #89502B

Tints of Korma #89502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 52.69%
G = 30.77%
B = 16.54%

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

#89502B (or 0x89502B) is known color: Korma. HEX triplet: 89, 50 and 2B. RGB value is (137,80,43). Sum of RGB (Red+Green+Blue) = 137+80+43=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #89502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89502B is #76AFD4. Grayscale: #5D5D5D. Windows color (decimal): -7778261 or 2838665. OLE color: 2838665.

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

Color convert

RGB 137 80 43 -
CMYK 0 0.42 0.69 0.46
HSL 23.62º 0.52% 0.35% -
HSV(B) 23.62º 0.69% 0.54% -
XYZ 13.62 11.23 3.74 -
YUV 92.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 137 80 43 0 0.42 0.69 0.46 23.62 0.52 0.35
Hex 89 50 2B 0 2A 45 2E 18 34 23
Octal 211 120 53 0 52 105 56 30 64 43
Binary 10001001 1010000 101011 0 101010 1000101 101110 11000 110100 100011

Color Harmonies of #89502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89502B

Black with #89502B

Text Example


Text Example

White with #89502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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