Html Css Color HEX #4A3A08 Madras

📋 copy color: '#4A3A08'

red 74 ◦ green 58 ◦ blue 8

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

Shades of Madras #4A3A08

Tints of Madras #4A3A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.43%

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

R = 52.86%
G = 41.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4A3A08 (or 0x4A3A08) is known color: Madras. HEX triplet: 4A, 3A and 08. RGB value is (74,58,8). Sum of RGB (Red+Green+Blue) = 74+58+8=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3A08 is #B5C5F7. Grayscale: #393939. Windows color (decimal): -11912696 or 539210. OLE color: 539210.

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

Color convert

RGB 74 58 8 -
CMYK 0 0.22 0.89 0.71
HSL 45.45º 0.8% 0.16% -
HSV(B) 45.45º 0.89% 0.29% -
XYZ 4.38 4.5 0.87 -
YUV 57.08 100.3 140.07 -
System Red Green Blue C M Y K H S L
Decimal 74 58 8 0 0.22 0.89 0.71 45.45 0.8 0.16
Hex 4A 3A 8 0 16 59 47 2D 50 10
Octal 112 72 10 0 26 131 107 55 120 20
Binary 1001010 111010 1000 0 10110 1011001 1000111 101101 1010000 10000

Color Harmonies of #4A3A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3A08

Black with #4A3A08

Text Example


Text Example

White with #4A3A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,58,8); }

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

background-color css

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

 a { background-color: rgb(74,58,8); }

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

border-color css

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

 span { border-color: rgb(74,58,8); }

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