Html Css Color HEX #483D0C Madras

📋 copy color: '#483D0C'

red 72 ◦ green 61 ◦ blue 12

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

Shades of Madras #483D0C

Tints of Madras #483D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.07%

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

R = 49.66%
G = 42.07%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#483D0C (or 0x483D0C) is known color: Madras. HEX triplet: 48, 3D and 0C. RGB value is (72,61,12). Sum of RGB (Red+Green+Blue) = 72+61+12=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D0C is #B7C2F3. Grayscale: #3A3A3A. Windows color (decimal): -12042996 or 802120. OLE color: 802120.

HSL color Cylindrical-coordinate representation of color #483D0C: hue angle of 49º 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 #483D0C is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 61 12 -
CMYK 0 0.15 0.83 0.72
HSL 49º 0.71% 0.16% -
HSV(B) 49º 0.83% 0.28% -
XYZ 4.41 4.74 1.03 -
YUV 58.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 72 61 12 0 0.15 0.83 0.72 49 0.71 0.16
Hex 48 3D C 0 F 53 48 31 47 10
Octal 110 75 14 0 17 123 110 61 107 20
Binary 1001000 111101 1100 0 1111 1010011 1001000 110001 1000111 10000

Color Harmonies of #483D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D0C

Black with #483D0C

Text Example


Text Example

White with #483D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483D0C; }

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

 H1.HeaderClassName
 {
   color: #483D0C;
 }
 .AnyTagClassName
 {
   color: #483D0C;
 }
</style>

background-color css

<style>
 a { background-color: #483D0C; }

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

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

border-color css

<style>
 span { border-color: #483D0C; }

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

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