Html Css Color HEX #4A3807 Madras

📋 copy color: '#4A3807'

red 74 ◦ green 56 ◦ blue 7

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

Shades of Madras #4A3807

Tints of Madras #4A3807

RGB

 RED value IS 74 (29.3% from 255) = 54.01%

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

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

R = 54.01%
G = 40.88%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.71

RGB Variations

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

Color information

#4A3807 (or 0x4A3807) is known color: Madras. HEX triplet: 4A, 38 and 07. RGB value is (74,56,7). Sum of RGB (Red+Green+Blue) = 74+56+7=137 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.01% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3807 is #B5C7F8. Grayscale: #383838. Windows color (decimal): -11913209 or 473162. OLE color: 473162.

HSL color Cylindrical-coordinate representation of color #4A3807: hue angle of 43.88º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A3807 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 56 7 -
CMYK 0 0.24 0.91 0.71
HSL 43.88º 0.83% 0.16% -
HSV(B) 43.88º 0.91% 0.29% -
XYZ 4.28 4.3 0.81 -
YUV 55.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 74 56 7 0 0.24 0.91 0.71 43.88 0.83 0.16
Hex 4A 38 7 0 18 5B 47 2C 53 10
Octal 112 70 7 0 30 133 107 54 123 20
Binary 1001010 111000 111 0 11000 1011011 1000111 101100 1010011 10000

Color Harmonies of #4A3807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3807

Black with #4A3807

Text Example


Text Example

White with #4A3807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3807; }

 p { color: rgb(74,56,7); }

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

background-color css

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

 a { background-color: rgb(74,56,7); }

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

border-color css

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

 span { border-color: rgb(74,56,7); }

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