Html Css Color HEX #48430C Madras

📋 copy color: '#48430C'

red 72 ◦ green 67 ◦ blue 12

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

Shades of Madras #48430C

Tints of Madras #48430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 47.68%
G = 44.37%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#48430C (or 0x48430C) is known color: Madras. HEX triplet: 48, 43 and 0C. RGB value is (72,67,12). Sum of RGB (Red+Green+Blue) = 72+67+12=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48430C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48430C is #B7BCF3. Grayscale: #3E3E3E. Windows color (decimal): -12041460 or 803656. OLE color: 803656.

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

Color convert

RGB 72 67 12 -
CMYK 0 0.07 0.83 0.72
HSL 55º 0.71% 0.16% -
HSV(B) 55º 0.83% 0.28% -
XYZ 4.75 5.42 1.14 -
YUV 62.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 72 67 12 0 0.07 0.83 0.72 55 0.71 0.16
Hex 48 43 C 0 7 53 48 37 47 10
Octal 110 103 14 0 7 123 110 67 107 20
Binary 1001000 1000011 1100 0 111 1010011 1001000 110111 1000111 10000

Color Harmonies of #48430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48430C

Black with #48430C

Text Example


Text Example

White with #48430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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