Html Css Color HEX #895029 Korma

📋 copy color: '#895029'

red 137 ◦ green 80 ◦ blue 41

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

Shades of Korma #895029

Tints of Korma #895029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 53.1%
G = 31.01%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#895029 (or 0x895029) is known color: Korma. HEX triplet: 89, 50 and 29. RGB value is (137,80,41). Sum of RGB (Red+Green+Blue) = 137+80+41=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #895029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895029 is #76AFD6. Grayscale: #5C5C5C. Windows color (decimal): -7778263 or 2707593. OLE color: 2707593.

HSL color Cylindrical-coordinate representation of color #895029: hue angle of 24.38º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #895029 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 41 -
CMYK 0 0.42 0.70 0.46
HSL 24.38º 0.54% 0.35% -
HSV(B) 24.38º 0.7% 0.54% -
XYZ 13.59 11.22 3.55 -
YUV 92.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 137 80 41 0 0.42 0.70 0.46 24.38 0.54 0.35
Hex 89 50 29 0 2A 46 2E 18 36 23
Octal 211 120 51 0 52 106 56 30 66 43
Binary 10001001 1010000 101001 0 101010 1000110 101110 11000 110110 100011

Color Harmonies of #895029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895029

Black with #895029

Text Example


Text Example

White with #895029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895029; }

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

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

background-color css

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

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

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

border-color css

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

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

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