Html Css Color HEX #895430 Korma

📋 copy color: '#895430'

red 137 ◦ green 84 ◦ blue 48

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

Shades of Korma #895430

Tints of Korma #895430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 50.93%
G = 31.23%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#895430 (or 0x895430) is known color: Korma. HEX triplet: 89, 54 and 30. RGB value is (137,84,48). Sum of RGB (Red+Green+Blue) = 137+84+48=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895430 is #76ABCF. Grayscale: #5F5F5F. Windows color (decimal): -7777232 or 3167369. OLE color: 3167369.

HSL color Cylindrical-coordinate representation of color #895430: hue angle of 24.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #895430 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 84 48 -
CMYK 0 0.39 0.65 0.46
HSL 24.27º 0.48% 0.36% -
HSV(B) 24.27º 0.65% 0.54% -
XYZ 14.02 11.87 4.35 -
YUV 95.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 137 84 48 0 0.39 0.65 0.46 24.27 0.48 0.36
Hex 89 54 30 0 27 41 2E 18 30 24
Octal 211 124 60 0 47 101 56 30 60 44
Binary 10001001 1010100 110000 0 100111 1000001 101110 11000 110000 100100

Color Harmonies of #895430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895430

Black with #895430

Text Example


Text Example

White with #895430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895430; }

 p { color: rgb(137,84,48); }

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

background-color css

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

 a { background-color: rgb(137,84,48); }

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

border-color css

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

 span { border-color: rgb(137,84,48); }

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