Html Css Color HEX #483607 Madras

📋 copy color: '#483607'

red 72 ◦ green 54 ◦ blue 7

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

Shades of Madras #483607

Tints of Madras #483607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.6%

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

R = 54.14%
G = 40.6%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#483607 (or 0x483607) is known color: Madras. HEX triplet: 48, 36 and 07. RGB value is (72,54,7). Sum of RGB (Red+Green+Blue) = 72+54+7=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #483607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483607 is #B7C9F8. Grayscale: #363636. Windows color (decimal): -12044793 or 472648. OLE color: 472648.

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

Color convert

RGB 72 54 7 -
CMYK 0 0.25 0.90 0.72
HSL 43.38º 0.82% 0.15% -
HSV(B) 43.38º 0.9% 0.28% -
XYZ 4.03 4.03 0.77 -
YUV 54.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 72 54 7 0 0.25 0.90 0.72 43.38 0.82 0.15
Hex 48 36 7 0 19 5A 48 2B 52 F
Octal 110 66 7 0 31 132 110 53 122 17
Binary 1001000 110110 111 0 11001 1011010 1001000 101011 1010010 1111

Color Harmonies of #483607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483607

Black with #483607

Text Example


Text Example

White with #483607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483607; }

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

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

background-color css

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

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

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

border-color css

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

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

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