Html Css Color HEX #48431B Madras

📋 copy color: '#48431B'

red 72 ◦ green 67 ◦ blue 27

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

Shades of Madras #48431B

Tints of Madras #48431B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.27%

R = 43.37%
G = 40.36%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#48431B (or 0x48431B) is known color: Madras. HEX triplet: 48, 43 and 1B. RGB value is (72,67,27). Sum of RGB (Red+Green+Blue) = 72+67+27=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48431B is #B7BCE4. Grayscale: #404040. Windows color (decimal): -12041445 or 1786696. OLE color: 1786696.

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

Color convert

RGB 72 67 27 -
CMYK 0 0.07 0.62 0.72
HSL 53.33º 0.45% 0.19% -
HSV(B) 53.33º 0.63% 0.28% -
XYZ 4.88 5.47 1.84 -
YUV 63.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 72 67 27 0 0.07 0.62 0.72 53.33 0.45 0.19
Hex 48 43 1B 0 7 3E 48 35 2D 13
Octal 110 103 33 0 7 76 110 65 55 23
Binary 1001000 1000011 11011 0 111 111110 1001000 110101 101101 10011

Color Harmonies of #48431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48431B

Black with #48431B

Text Example


Text Example

White with #48431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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