Html Css Color HEX #48431F Madras

📋 copy color: '#48431F'

red 72 ◦ green 67 ◦ blue 31

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

Shades of Madras #48431F

Tints of Madras #48431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 42.35%
G = 39.41%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48431F (or 0x48431F) is known color: Madras. HEX triplet: 48, 43 and 1F. RGB value is (72,67,31). Sum of RGB (Red+Green+Blue) = 72+67+31=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #48431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48431F is #B7BCE0. Grayscale: #404040. Windows color (decimal): -12041441 or 2048840. OLE color: 2048840.

HSL color Cylindrical-coordinate representation of color #48431F: hue angle of 52.68º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48431F is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 31 -
CMYK 0 0.07 0.57 0.72
HSL 52.68º 0.4% 0.2% -
HSV(B) 52.68º 0.57% 0.28% -
XYZ 4.93 5.49 2.1 -
YUV 64.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 72 67 31 0 0.07 0.57 0.72 52.68 0.4 0.2
Hex 48 43 1F 0 7 39 48 35 28 14
Octal 110 103 37 0 7 71 110 65 50 24
Binary 1001000 1000011 11111 0 111 111001 1001000 110101 101000 10100

Color Harmonies of #48431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48431F

Black with #48431F

Text Example


Text Example

White with #48431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48431F; }

 p { color: rgb(72,67,31); }

 H1.HeaderClassName
 {
   color: #48431F;
 }
 .AnyTagClassName
 {
   color: #48431F;
 }
</style>

background-color css

<style>
 a { background-color: #48431F; }

 a { background-color: rgb(72,67,31); }

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

border-color css

<style>
 span { border-color: #48431F; }

 span { border-color: rgb(72,67,31); }

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