Html Css Color HEX #484308 Madras

📋 copy color: '#484308'

red 72 ◦ green 67 ◦ blue 8

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

Shades of Madras #484308

Tints of Madras #484308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.58%

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

R = 48.98%
G = 45.58%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#484308 (or 0x484308) is known color: Madras. HEX triplet: 48, 43 and 08. RGB value is (72,67,8). Sum of RGB (Red+Green+Blue) = 72+67+8=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #484308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484308 is #B7BCF7. Grayscale: #3E3E3E. Windows color (decimal): -12041464 or 541512. OLE color: 541512.

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

Color convert

RGB 72 67 8 -
CMYK 0 0.07 0.89 0.72
HSL 55.31º 0.8% 0.16% -
HSV(B) 55.31º 0.89% 0.28% -
XYZ 4.72 5.41 1.02 -
YUV 61.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 72 67 8 0 0.07 0.89 0.72 55.31 0.8 0.16
Hex 48 43 8 0 7 59 48 37 50 10
Octal 110 103 10 0 7 131 110 67 120 20
Binary 1001000 1000011 1000 0 111 1011001 1001000 110111 1010000 10000

Color Harmonies of #484308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484308

Black with #484308

Text Example


Text Example

White with #484308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484308; }

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

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

background-color css

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

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

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

border-color css

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

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

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