Html Css Color HEX #895223 Korma

📋 copy color: '#895223'

red 137 ◦ green 82 ◦ blue 35

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

Shades of Korma #895223

Tints of Korma #895223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

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

R = 53.94%
G = 32.28%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#895223 (or 0x895223) is known color: Korma. HEX triplet: 89, 52 and 23. RGB value is (137,82,35). Sum of RGB (Red+Green+Blue) = 137+82+35=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #895223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895223 is #76ADDC. Grayscale: #5D5D5D. Windows color (decimal): -7777757 or 2314889. OLE color: 2314889.

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

Color convert

RGB 137 82 35 -
CMYK 0 0.40 0.74 0.46
HSL 27.65º 0.59% 0.34% -
HSV(B) 27.65º 0.74% 0.54% -
XYZ 13.64 11.47 3.09 -
YUV 93.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 137 82 35 0 0.40 0.74 0.46 27.65 0.59 0.34
Hex 89 52 23 0 28 4A 2E 1C 3B 22
Octal 211 122 43 0 50 112 56 34 73 42
Binary 10001001 1010010 100011 0 101000 1001010 101110 11100 111011 100010

Color Harmonies of #895223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895223

Black with #895223

Text Example


Text Example

White with #895223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895223; }

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

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

background-color css

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

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

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

border-color css

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

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

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