Html Css Color HEX #483708 Madras

📋 copy color: '#483708'

red 72 ◦ green 55 ◦ blue 8

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

Shades of Madras #483708

Tints of Madras #483708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.74%

 BLUE value IS 8 (3.52% from 255) = 5.93%

R = 53.33%
G = 40.74%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#483708 (or 0x483708) is known color: Madras. HEX triplet: 48, 37 and 08. RGB value is (72,55,8). Sum of RGB (Red+Green+Blue) = 72+55+8=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483708 is #B7C8F7. Grayscale: #363636. Windows color (decimal): -12044536 or 538440. OLE color: 538440.

HSL color Cylindrical-coordinate representation of color #483708: hue angle of 44.06º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #483708 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 8 -
CMYK 0 0.24 0.89 0.72
HSL 44.06º 0.8% 0.16% -
HSV(B) 44.06º 0.89% 0.28% -
XYZ 4.08 4.13 0.81 -
YUV 54.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 72 55 8 0 0.24 0.89 0.72 44.06 0.8 0.16
Hex 48 37 8 0 18 59 48 2C 50 10
Octal 110 67 10 0 30 131 110 54 120 20
Binary 1001000 110111 1000 0 11000 1011001 1001000 101100 1010000 10000

Color Harmonies of #483708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483708

Black with #483708

Text Example


Text Example

White with #483708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483708; }

 p { color: rgb(72,55,8); }

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

background-color css

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

 a { background-color: rgb(72,55,8); }

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

border-color css

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

 span { border-color: rgb(72,55,8); }

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