Html Css Color HEX #483907 Madras

📋 copy color: '#483907'

red 72 ◦ green 57 ◦ blue 7

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

Shades of Madras #483907

Tints of Madras #483907

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.91%

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

R = 52.94%
G = 41.91%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#483907 (or 0x483907) is known color: Madras. HEX triplet: 48, 39 and 07. RGB value is (72,57,7). Sum of RGB (Red+Green+Blue) = 72+57+7=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #483907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483907 is #B7C6F8. Grayscale: #373737. Windows color (decimal): -12044025 or 473416. OLE color: 473416.

HSL color Cylindrical-coordinate representation of color #483907: hue angle of 46.15º 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 #483907 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 7 -
CMYK 0 0.21 0.90 0.72
HSL 46.15º 0.82% 0.15% -
HSV(B) 46.15º 0.9% 0.28% -
XYZ 4.17 4.32 0.81 -
YUV 55.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 72 57 7 0 0.21 0.90 0.72 46.15 0.82 0.15
Hex 48 39 7 0 15 5A 48 2E 52 F
Octal 110 71 7 0 25 132 110 56 122 17
Binary 1001000 111001 111 0 10101 1011010 1001000 101110 1010010 1111

Color Harmonies of #483907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483907

Black with #483907

Text Example


Text Example

White with #483907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483907; }

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

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

background-color css

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

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

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

border-color css

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

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

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