Html Css Color HEX #48430F Madras

📋 copy color: '#48430F'

red 72 ◦ green 67 ◦ blue 15

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

Shades of Madras #48430F

Tints of Madras #48430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.74%

R = 46.75%
G = 43.51%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48430F (or 0x48430F) is known color: Madras. HEX triplet: 48, 43 and 0F. RGB value is (72,67,15). Sum of RGB (Red+Green+Blue) = 72+67+15=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48430F is #B7BCF0. Grayscale: #3E3E3E. Windows color (decimal): -12041457 or 1000264. OLE color: 1000264.

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

Color convert

RGB 72 67 15 -
CMYK 0 0.07 0.79 0.72
HSL 54.74º 0.66% 0.17% -
HSV(B) 54.74º 0.79% 0.28% -
XYZ 4.77 5.43 1.25 -
YUV 62.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 72 67 15 0 0.07 0.79 0.72 54.74 0.66 0.17
Hex 48 43 F 0 7 4F 48 37 42 11
Octal 110 103 17 0 7 117 110 67 102 21
Binary 1001000 1000011 1111 0 111 1001111 1001000 110111 1000010 10001

Color Harmonies of #48430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48430F

Black with #48430F

Text Example


Text Example

White with #48430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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