Html Css Color HEX #483E07 Madras

📋 copy color: '#483E07'

red 72 ◦ green 62 ◦ blue 7

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

Shades of Madras #483E07

Tints of Madras #483E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.96%

R = 51.06%
G = 43.97%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#483E07 (or 0x483E07) is known color: Madras. HEX triplet: 48, 3E and 07. RGB value is (72,62,7). Sum of RGB (Red+Green+Blue) = 72+62+7=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E07 is #B7C1F8. Grayscale: #3A3A3A. Windows color (decimal): -12042745 or 474696. OLE color: 474696.

HSL color Cylindrical-coordinate representation of color #483E07: hue angle of 50.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483E07 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 62 7 -
CMYK 0 0.14 0.90 0.72
HSL 50.77º 0.82% 0.15% -
HSV(B) 50.77º 0.9% 0.28% -
XYZ 4.43 4.84 0.9 -
YUV 58.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 72 62 7 0 0.14 0.90 0.72 50.77 0.82 0.15
Hex 48 3E 7 0 E 5A 48 33 52 F
Octal 110 76 7 0 16 132 110 63 122 17
Binary 1001000 111110 111 0 1110 1011010 1001000 110011 1010010 1111

Color Harmonies of #483E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E07

Black with #483E07

Text Example


Text Example

White with #483E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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