Html Css Color HEX #895123 Korma

📋 copy color: '#895123'

red 137 ◦ green 81 ◦ blue 35

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

Shades of Korma #895123

Tints of Korma #895123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 54.15%
G = 32.02%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#895123 (or 0x895123) is known color: Korma. HEX triplet: 89, 51 and 23. RGB value is (137,81,35). Sum of RGB (Red+Green+Blue) = 137+81+35=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #895123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895123 is #76AEDC. Grayscale: #5C5C5C. Windows color (decimal): -7778013 or 2314633. OLE color: 2314633.

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

Color convert

RGB 137 81 35 -
CMYK 0 0.41 0.74 0.46
HSL 27.06º 0.59% 0.34% -
HSV(B) 27.06º 0.74% 0.54% -
XYZ 13.56 11.32 3.06 -
YUV 92.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 137 81 35 0 0.41 0.74 0.46 27.06 0.59 0.34
Hex 89 51 23 0 29 4A 2E 1B 3B 22
Octal 211 121 43 0 51 112 56 33 73 42
Binary 10001001 1010001 100011 0 101001 1001010 101110 11011 111011 100010

Color Harmonies of #895123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895123

Black with #895123

Text Example


Text Example

White with #895123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895123; }

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

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

background-color css

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

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

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

border-color css

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

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

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