Html Css Color HEX #483807 Madras

📋 copy color: '#483807'

red 72 ◦ green 56 ◦ blue 7

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

Shades of Madras #483807

Tints of Madras #483807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.48%

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

R = 53.33%
G = 41.48%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#483807 (or 0x483807) is known color: Madras. HEX triplet: 48, 38 and 07. RGB value is (72,56,7). Sum of RGB (Red+Green+Blue) = 72+56+7=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483807 is #B7C7F8. Grayscale: #373737. Windows color (decimal): -12044281 or 473160. OLE color: 473160.

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

Color convert

RGB 72 56 7 -
CMYK 0 0.22 0.90 0.72
HSL 45.23º 0.82% 0.15% -
HSV(B) 45.23º 0.9% 0.28% -
XYZ 4.13 4.22 0.8 -
YUV 55.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 72 56 7 0 0.22 0.90 0.72 45.23 0.82 0.15
Hex 48 38 7 0 16 5A 48 2D 52 F
Octal 110 70 7 0 26 132 110 55 122 17
Binary 1001000 111000 111 0 10110 1011010 1001000 101101 1010010 1111

Color Harmonies of #483807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483807

Black with #483807

Text Example


Text Example

White with #483807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483807; }

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

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

background-color css

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

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

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

border-color css

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

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

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