Html Css Color HEX #483608 Madras

📋 copy color: '#483608'

red 72 ◦ green 54 ◦ blue 8

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

Shades of Madras #483608

Tints of Madras #483608

RGB

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

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

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

R = 53.73%
G = 40.3%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#483608 (or 0x483608) is known color: Madras. HEX triplet: 48, 36 and 08. RGB value is (72,54,8). Sum of RGB (Red+Green+Blue) = 72+54+8=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #483608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483608 is #B7C9F7. Grayscale: #363636. Windows color (decimal): -12044792 or 538184. OLE color: 538184.

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

Color convert

RGB 72 54 8 -
CMYK 0 0.25 0.89 0.72
HSL 43.13º 0.8% 0.16% -
HSV(B) 43.13º 0.89% 0.28% -
XYZ 4.04 4.03 0.8 -
YUV 54.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 72 54 8 0 0.25 0.89 0.72 43.13 0.8 0.16
Hex 48 36 8 0 19 59 48 2B 50 10
Octal 110 66 10 0 31 131 110 53 120 20
Binary 1001000 110110 1000 0 11001 1011001 1001000 101011 1010000 10000

Color Harmonies of #483608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483608

Black with #483608

Text Example


Text Example

White with #483608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483608; }

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

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

background-color css

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

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

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

border-color css

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

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

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