Html Css Color HEX #48594B Nandor

📋 copy color: '#48594B'

red 72 ◦ green 89 ◦ blue 75

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

Shades of Nandor #48594B

Tints of Nandor #48594B

RGB

 RED value IS 72 (28.52% from 255) = 30.51%

 GREEN value IS 89 (35.16% from 255) = 37.71%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 30.51%
G = 37.71%
B = 31.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#48594B (or 0x48594B) is known color: Nandor. HEX triplet: 48, 59 and 4B. RGB value is (72,89,75). Sum of RGB (Red+Green+Blue) = 72+89+75=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #48594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48594B is #B7A6B4. Grayscale: #525252. Windows color (decimal): -12035765 or 4938056. OLE color: 4938056.

HSL color Cylindrical-coordinate representation of color #48594B: hue angle of 130.59º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #48594B is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 75 -
CMYK 0.19 0 0.16 0.65
HSL 130.59º 0.11% 0.32% -
HSV(B) 130.59º 0.19% 0.35% -
XYZ 7.51 9.03 8 -
YUV 82.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 72 89 75 0.19 0 0.16 0.65 130.59 0.11 0.32
Hex 48 59 4B 13 0 10 41 83 B 20
Octal 110 131 113 23 0 20 101 203 13 40
Binary 1001000 1011001 1001011 10011 0 10000 1000001 10000011 1011 100000

Color Harmonies of #48594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48594B

Black with #48594B

Text Example


Text Example

White with #48594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48594B; }

 p { color: rgb(72,89,75); }

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

background-color css

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

 a { background-color: rgb(72,89,75); }

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

border-color css

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

 span { border-color: rgb(72,89,75); }

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