Html Css Color HEX #895121 Korma

📋 copy color: '#895121'

red 137 ◦ green 81 ◦ blue 33

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

Shades of Korma #895121

Tints of Korma #895121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 54.58%
G = 32.27%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#895121 (or 0x895121) is known color: Korma. HEX triplet: 89, 51 and 21. RGB value is (137,81,33). Sum of RGB (Red+Green+Blue) = 137+81+33=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #895121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895121 is #76AEDE. Grayscale: #5C5C5C. Windows color (decimal): -7778015 or 2183561. OLE color: 2183561.

HSL color Cylindrical-coordinate representation of color #895121: hue angle of 27.69º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #895121 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 81 33 -
CMYK 0 0.41 0.76 0.46
HSL 27.69º 0.61% 0.33% -
HSV(B) 27.69º 0.76% 0.54% -
XYZ 13.53 11.31 2.91 -
YUV 92.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 137 81 33 0 0.41 0.76 0.46 27.69 0.61 0.33
Hex 89 51 21 0 29 4C 2E 1C 3D 21
Octal 211 121 41 0 51 114 56 34 75 41
Binary 10001001 1010001 100001 0 101001 1001100 101110 11100 111101 100001

Color Harmonies of #895121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895121

Black with #895121

Text Example


Text Example

White with #895121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895121; }

 p { color: rgb(137,81,33); }

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

background-color css

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

 a { background-color: rgb(137,81,33); }

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

border-color css

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

 span { border-color: rgb(137,81,33); }

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