Html Css Color HEX #895027 Korma

📋 copy color: '#895027'

red 137 ◦ green 80 ◦ blue 39

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

Shades of Korma #895027

Tints of Korma #895027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 53.52%
G = 31.25%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#895027 (or 0x895027) is known color: Korma. HEX triplet: 89, 50 and 27. RGB value is (137,80,39). Sum of RGB (Red+Green+Blue) = 137+80+39=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #895027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895027 is #76AFD8. Grayscale: #5C5C5C. Windows color (decimal): -7778265 or 2576521. OLE color: 2576521.

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

Color convert

RGB 137 80 39 -
CMYK 0 0.42 0.72 0.46
HSL 25.1º 0.56% 0.35% -
HSV(B) 25.1º 0.72% 0.54% -
XYZ 13.55 11.2 3.37 -
YUV 92.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 137 80 39 0 0.42 0.72 0.46 25.1 0.56 0.35
Hex 89 50 27 0 2A 48 2E 19 38 23
Octal 211 120 47 0 52 110 56 31 70 43
Binary 10001001 1010000 100111 0 101010 1001000 101110 11001 111000 100011

Color Harmonies of #895027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895027

Black with #895027

Text Example


Text Example

White with #895027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895027; }

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

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

background-color css

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

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

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

border-color css

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

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

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