Html Css Color HEX #484307 Madras

📋 copy color: '#484307'

red 72 ◦ green 67 ◦ blue 7

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

Shades of Madras #484307

Tints of Madras #484307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.79%

R = 49.32%
G = 45.89%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#484307 (or 0x484307) is known color: Madras. HEX triplet: 48, 43 and 07. RGB value is (72,67,7). Sum of RGB (Red+Green+Blue) = 72+67+7=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #484307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484307 is #B7BCF8. Grayscale: #3D3D3D. Windows color (decimal): -12041465 or 475976. OLE color: 475976.

HSL color Cylindrical-coordinate representation of color #484307: hue angle of 55.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #484307 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 7 -
CMYK 0 0.07 0.90 0.72
HSL 55.38º 0.82% 0.15% -
HSV(B) 55.38º 0.9% 0.28% -
XYZ 4.72 5.41 1 -
YUV 61.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 72 67 7 0 0.07 0.90 0.72 55.38 0.82 0.15
Hex 48 43 7 0 7 5A 48 37 52 F
Octal 110 103 7 0 7 132 110 67 122 17
Binary 1001000 1000011 111 0 111 1011010 1001000 110111 1010010 1111

Color Harmonies of #484307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484307

Black with #484307

Text Example


Text Example

White with #484307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484307; }

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

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

background-color css

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

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

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

border-color css

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

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

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