Html Css Color HEX #4A3304 Mikado

📋 copy color: '#4A3304'

red 74 ◦ green 51 ◦ blue 4

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

Shades of Mikado #4A3304

Tints of Mikado #4A3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.53%

 BLUE value IS 4 (1.95% from 255) = 3.1%

R = 57.36%
G = 39.53%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#4A3304 (or 0x4A3304) is known color: Mikado. HEX triplet: 4A, 33 and 04. RGB value is (74,51,4). Sum of RGB (Red+Green+Blue) = 74+51+4=129 (17% of max value = 765). Red value is 74 (29.30% from 255 or 57.36% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3304 is #B5CCFB. Grayscale: #343434. Windows color (decimal): -11914492 or 275274. OLE color: 275274.

HSL color Cylindrical-coordinate representation of color #4A3304: hue angle of 40.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A3304 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 51 4 -
CMYK 0 0.31 0.95 0.71
HSL 40.29º 0.9% 0.15% -
HSV(B) 40.29º 0.95% 0.29% -
XYZ 4.03 3.83 0.64 -
YUV 52.52 100.62 143.32 -
System Red Green Blue C M Y K H S L
Decimal 74 51 4 0 0.31 0.95 0.71 40.29 0.9 0.15
Hex 4A 33 4 0 1F 5F 47 28 5A F
Octal 112 63 4 0 37 137 107 50 132 17
Binary 1001010 110011 100 0 11111 1011111 1000111 101000 1011010 1111

Color Harmonies of #4A3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3304

Black with #4A3304

Text Example


Text Example

White with #4A3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,4); }

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

background-color css

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

 a { background-color: rgb(74,51,4); }

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

border-color css

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

 span { border-color: rgb(74,51,4); }

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