Html Css Color HEX #48534B Feldgrau

📋 copy color: '#48534B'

red 72 ◦ green 83 ◦ blue 75

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

Shades of Feldgrau #48534B

Tints of Feldgrau #48534B

RGB

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

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

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

R = 31.3%
G = 36.09%
B = 32.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#48534B (or 0x48534B) is known color: Feldgrau. HEX triplet: 48, 53 and 4B. RGB value is (72,83,75). Sum of RGB (Red+Green+Blue) = 72+83+75=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #48534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48534B is #B7ACB4. Grayscale: #4E4E4E. Windows color (decimal): -12037301 or 4936520. OLE color: 4936520.

HSL color Cylindrical-coordinate representation of color #48534B: hue angle of 136.36º 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 #48534B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 75 -
CMYK 0.13 0 0.10 0.67
HSL 136.36º 0.07% 0.3% -
HSV(B) 136.36º 0.13% 0.33% -
XYZ 7.04 8.07 7.84 -
YUV 78.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 72 83 75 0.13 0 0.10 0.67 136.36 0.07 0.3
Hex 48 53 4B D 0 A 43 88 7 1E
Octal 110 123 113 15 0 12 103 210 7 36
Binary 1001000 1010011 1001011 1101 0 1010 1000011 10001000 111 11110

Color Harmonies of #48534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48534B

Black with #48534B

Text Example


Text Example

White with #48534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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