Html Css Color HEX #483805 Madras

📋 copy color: '#483805'

red 72 ◦ green 56 ◦ blue 5

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

Shades of Madras #483805

Tints of Madras #483805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 54.14%
G = 42.11%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#483805 (or 0x483805) is known color: Madras. HEX triplet: 48, 38 and 05. RGB value is (72,56,5). Sum of RGB (Red+Green+Blue) = 72+56+5=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #483805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483805 is #B7C7FA. Grayscale: #373737. Windows color (decimal): -12044283 or 342088. OLE color: 342088.

HSL color Cylindrical-coordinate representation of color #483805: hue angle of 45.67º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #483805 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 5 -
CMYK 0 0.22 0.93 0.72
HSL 45.67º 0.87% 0.15% -
HSV(B) 45.67º 0.93% 0.28% -
XYZ 4.11 4.22 0.74 -
YUV 54.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 72 56 5 0 0.22 0.93 0.72 45.67 0.87 0.15
Hex 48 38 5 0 16 5D 48 2E 57 F
Octal 110 70 5 0 26 135 110 56 127 17
Binary 1001000 111000 101 0 10110 1011101 1001000 101110 1010111 1111

Color Harmonies of #483805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483805

Black with #483805

Text Example


Text Example

White with #483805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483805; }

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

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

background-color css

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

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

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

border-color css

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

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

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