Html Css Color HEX #483E0F Madras

📋 copy color: '#483E0F'

red 72 ◦ green 62 ◦ blue 15

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

Shades of Madras #483E0F

Tints of Madras #483E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.61%

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

R = 48.32%
G = 41.61%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#483E0F (or 0x483E0F) is known color: Madras. HEX triplet: 48, 3E and 0F. RGB value is (72,62,15). Sum of RGB (Red+Green+Blue) = 72+62+15=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E0F is #B7C1F0. Grayscale: #3B3B3B. Windows color (decimal): -12042737 or 998984. OLE color: 998984.

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

Color convert

RGB 72 62 15 -
CMYK 0 0.14 0.79 0.72
HSL 49.47º 0.66% 0.17% -
HSV(B) 49.47º 0.79% 0.28% -
XYZ 4.48 4.86 1.15 -
YUV 59.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 72 62 15 0 0.14 0.79 0.72 49.47 0.66 0.17
Hex 48 3E F 0 E 4F 48 31 42 11
Octal 110 76 17 0 16 117 110 61 102 21
Binary 1001000 111110 1111 0 1110 1001111 1001000 110001 1000010 10001

Color Harmonies of #483E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E0F

Black with #483E0F

Text Example


Text Example

White with #483E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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