Html Css Color HEX #48534A Nandor

📋 copy color: '#48534A'

red 72 ◦ green 83 ◦ blue 74

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

Shades of Nandor #48534A

Tints of Nandor #48534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.24%

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

R = 31.44%
G = 36.24%
B = 32.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#48534A (or 0x48534A) is known color: Nandor. HEX triplet: 48, 53 and 4A. RGB value is (72,83,74). Sum of RGB (Red+Green+Blue) = 72+83+74=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #48534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48534A is #B7ACB5. Grayscale: #4E4E4E. Windows color (decimal): -12037302 or 4870984. OLE color: 4870984.

HSL color Cylindrical-coordinate representation of color #48534A: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #48534A is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 74 -
CMYK 0.13 0 0.11 0.67
HSL 130.91º 0.07% 0.3% -
HSV(B) 130.91º 0.13% 0.33% -
XYZ 7 8.06 7.67 -
YUV 78.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 72 83 74 0.13 0 0.11 0.67 130.91 0.07 0.3
Hex 48 53 4A D 0 B 43 83 7 1E
Octal 110 123 112 15 0 13 103 203 7 36
Binary 1001000 1010011 1001010 1101 0 1011 1000011 10000011 111 11110

Color Harmonies of #48534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48534A

Black with #48534A

Text Example


Text Example

White with #48534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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