Html Css Color HEX #895022 Korma

📋 copy color: '#895022'

red 137 ◦ green 80 ◦ blue 34

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

Shades of Korma #895022

Tints of Korma #895022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.55%

R = 54.58%
G = 31.87%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#895022 (or 0x895022) is known color: Korma. HEX triplet: 89, 50 and 22. RGB value is (137,80,34). Sum of RGB (Red+Green+Blue) = 137+80+34=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #895022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895022 is #76AFDD. Grayscale: #5C5C5C. Windows color (decimal): -7778270 or 2248841. OLE color: 2248841.

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

Color convert

RGB 137 80 34 -
CMYK 0 0.42 0.75 0.46
HSL 26.8º 0.6% 0.34% -
HSV(B) 26.8º 0.75% 0.54% -
XYZ 13.47 11.17 2.96 -
YUV 91.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 137 80 34 0 0.42 0.75 0.46 26.8 0.6 0.34
Hex 89 50 22 0 2A 4B 2E 1B 3C 22
Octal 211 120 42 0 52 113 56 33 74 42
Binary 10001001 1010000 100010 0 101010 1001011 101110 11011 111100 100010

Color Harmonies of #895022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895022

Black with #895022

Text Example


Text Example

White with #895022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895022; }

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

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

background-color css

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

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

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

border-color css

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

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

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