Html Css Color HEX #48451A Madras

📋 copy color: '#48451A'

red 72 ◦ green 69 ◦ blue 26

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

Shades of Madras #48451A

Tints of Madras #48451A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 43.11%
G = 41.32%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#48451A (or 0x48451A) is known color: Madras. HEX triplet: 48, 45 and 1A. RGB value is (72,69,26). Sum of RGB (Red+Green+Blue) = 72+69+26=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48451A is #B7BAE5. Grayscale: #414141. Windows color (decimal): -12040934 or 1721672. OLE color: 1721672.

HSL color Cylindrical-coordinate representation of color #48451A: hue angle of 56.09º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48451A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 26 -
CMYK 0 0.04 0.64 0.72
HSL 56.09º 0.47% 0.19% -
HSV(B) 56.09º 0.64% 0.28% -
XYZ 4.99 5.71 1.82 -
YUV 65 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 72 69 26 0 0.04 0.64 0.72 56.09 0.47 0.19
Hex 48 45 1A 0 4 40 48 38 2F 13
Octal 110 105 32 0 4 100 110 70 57 23
Binary 1001000 1000101 11010 0 100 1000000 1001000 111000 101111 10011

Color Harmonies of #48451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48451A

Black with #48451A

Text Example


Text Example

White with #48451A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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