Html Css Color HEX #48451D Madras

📋 copy color: '#48451D'

red 72 ◦ green 69 ◦ blue 29

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

Shades of Madras #48451D

Tints of Madras #48451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 42.35%
G = 40.59%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48451D (or 0x48451D) is known color: Madras. HEX triplet: 48, 45 and 1D. RGB value is (72,69,29). Sum of RGB (Red+Green+Blue) = 72+69+29=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48451D is #B7BAE2. Grayscale: #414141. Windows color (decimal): -12040931 or 1918280. OLE color: 1918280.

HSL color Cylindrical-coordinate representation of color #48451D: hue angle of 55.81º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48451D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 29 -
CMYK 0 0.04 0.60 0.72
HSL 55.81º 0.43% 0.2% -
HSV(B) 55.81º 0.6% 0.28% -
XYZ 5.02 5.72 2 -
YUV 65.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 72 69 29 0 0.04 0.60 0.72 55.81 0.43 0.2
Hex 48 45 1D 0 4 3C 48 38 2B 14
Octal 110 105 35 0 4 74 110 70 53 24
Binary 1001000 1000101 11101 0 100 111100 1001000 111000 101011 10100

Color Harmonies of #48451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48451D

Black with #48451D

Text Example


Text Example

White with #48451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48451D; }

 p { color: rgb(72,69,29); }

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

background-color css

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

 a { background-color: rgb(72,69,29); }

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

border-color css

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

 span { border-color: rgb(72,69,29); }

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