Html Css Color HEX #483800 Madras

📋 copy color: '#483800'

red 72 ◦ green 56 ◦ blue 0

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

Shades of Madras #483800

Tints of Madras #483800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.25%
G = 43.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#483800 (or 0x483800) is known color: Madras. HEX triplet: 48, 38 and 00. RGB value is (72,56,0). Sum of RGB (Red+Green+Blue) = 72+56+0=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #483800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483800 is #B7C7FF. Grayscale: #363636. Windows color (decimal): -12044288 or 14408. OLE color: 14408.

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

Color convert

RGB 72 56 0 -
CMYK 0 0.22 1 0.72
HSL 46.67º 1% 0.14% -
HSV(B) 46.67º 1% 0.28% -
XYZ 4.09 4.21 0.6 -
YUV 54.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 72 56 0 0 0.22 1 0.72 46.67 1 0.14
Hex 48 38 0 0 16 64 48 2F 64 E
Octal 110 70 0 0 26 144 110 57 144 16
Binary 1001000 111000 0 0 10110 1100100 1001000 101111 1100100 1110

Color Harmonies of #483800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483800

Black with #483800

Text Example


Text Example

White with #483800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483800; }

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

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

background-color css

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

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

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

border-color css

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

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

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