Html Css Color HEX #48544A Nandor

📋 copy color: '#48544A'

red 72 ◦ green 84 ◦ blue 74

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

Shades of Nandor #48544A

Tints of Nandor #48544A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 31.3%
G = 36.52%
B = 32.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#48544A (or 0x48544A) is known color: Nandor. HEX triplet: 48, 54 and 4A. RGB value is (72,84,74). Sum of RGB (Red+Green+Blue) = 72+84+74=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #48544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48544A is #B7ABB5. Grayscale: #4F4F4F. Windows color (decimal): -12037046 or 4871240. OLE color: 4871240.

HSL color Cylindrical-coordinate representation of color #48544A: hue angle of 130º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48544A is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 74 -
CMYK 0.14 0 0.12 0.67
HSL 130º 0.08% 0.31% -
HSV(B) 130º 0.14% 0.33% -
XYZ 7.08 8.21 7.69 -
YUV 79.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 72 84 74 0.14 0 0.12 0.67 130 0.08 0.31
Hex 48 54 4A E 0 C 43 82 8 1F
Octal 110 124 112 16 0 14 103 202 10 37
Binary 1001000 1010100 1001010 1110 0 1100 1000011 10000010 1000 11111

Color Harmonies of #48544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48544A

Black with #48544A

Text Example


Text Example

White with #48544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48544A; }

 p { color: rgb(72,84,74); }

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

background-color css

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

 a { background-color: rgb(72,84,74); }

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

border-color css

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

 span { border-color: rgb(72,84,74); }

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