Html Css Color HEX #895028 Korma

📋 copy color: '#895028'

red 137 ◦ green 80 ◦ blue 40

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

Shades of Korma #895028

Tints of Korma #895028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 53.31%
G = 31.13%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#895028 (or 0x895028) is known color: Korma. HEX triplet: 89, 50 and 28. RGB value is (137,80,40). Sum of RGB (Red+Green+Blue) = 137+80+40=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #895028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895028 is #76AFD7. Grayscale: #5C5C5C. Windows color (decimal): -7778264 or 2642057. OLE color: 2642057.

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

Color convert

RGB 137 80 40 -
CMYK 0 0.42 0.71 0.46
HSL 24.74º 0.55% 0.35% -
HSV(B) 24.74º 0.71% 0.54% -
XYZ 13.57 11.21 3.46 -
YUV 92.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 137 80 40 0 0.42 0.71 0.46 24.74 0.55 0.35
Hex 89 50 28 0 2A 47 2E 19 37 23
Octal 211 120 50 0 52 107 56 31 67 43
Binary 10001001 1010000 101000 0 101010 1000111 101110 11001 110111 100011

Color Harmonies of #895028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895028

Black with #895028

Text Example


Text Example

White with #895028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895028; }

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

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

background-color css

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

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

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

border-color css

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

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

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