Html Css Color HEX #895427 Korma

📋 copy color: '#895427'

red 137 ◦ green 84 ◦ blue 39

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

Shades of Korma #895427

Tints of Korma #895427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.31%

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

R = 52.69%
G = 32.31%
B = 15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#895427 (or 0x895427) is known color: Korma. HEX triplet: 89, 54 and 27. RGB value is (137,84,39). Sum of RGB (Red+Green+Blue) = 137+84+39=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #895427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895427 is #76ABD8. Grayscale: #5E5E5E. Windows color (decimal): -7777241 or 2577545. OLE color: 2577545.

HSL color Cylindrical-coordinate representation of color #895427: hue angle of 27.55º 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 #895427 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 84 39 -
CMYK 0 0.39 0.72 0.46
HSL 27.55º 0.56% 0.35% -
HSV(B) 27.55º 0.72% 0.54% -
XYZ 13.85 11.81 3.47 -
YUV 94.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 137 84 39 0 0.39 0.72 0.46 27.55 0.56 0.35
Hex 89 54 27 0 27 48 2E 1C 38 23
Octal 211 124 47 0 47 110 56 34 70 43
Binary 10001001 1010100 100111 0 100111 1001000 101110 11100 111000 100011

Color Harmonies of #895427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895427

Black with #895427

Text Example


Text Example

White with #895427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895427; }

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

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

background-color css

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

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

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

border-color css

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

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

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