Html Css Color HEX #48430D Madras

📋 copy color: '#48430D'

red 72 ◦ green 67 ◦ blue 13

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

Shades of Madras #48430D

Tints of Madras #48430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 47.37%
G = 44.08%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48430D (or 0x48430D) is known color: Madras. HEX triplet: 48, 43 and 0D. RGB value is (72,67,13). Sum of RGB (Red+Green+Blue) = 72+67+13=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48430D is #B7BCF2. Grayscale: #3E3E3E. Windows color (decimal): -12041459 or 869192. OLE color: 869192.

HSL color Cylindrical-coordinate representation of color #48430D: hue angle of 54.92º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48430D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 13 -
CMYK 0 0.07 0.82 0.72
HSL 54.92º 0.69% 0.17% -
HSV(B) 54.92º 0.82% 0.28% -
XYZ 4.75 5.42 1.18 -
YUV 62.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 72 67 13 0 0.07 0.82 0.72 54.92 0.69 0.17
Hex 48 43 D 0 7 52 48 37 45 11
Octal 110 103 15 0 7 122 110 67 105 21
Binary 1001000 1000011 1101 0 111 1010010 1001000 110111 1000101 10001

Color Harmonies of #48430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48430D

Black with #48430D

Text Example


Text Example

White with #48430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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