Html Css Color HEX #4A3407 Mikado

📋 copy color: '#4A3407'

red 74 ◦ green 52 ◦ blue 7

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

Shades of Mikado #4A3407

Tints of Mikado #4A3407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.1%

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

R = 55.64%
G = 39.1%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.71

RGB Variations

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

Color information

#4A3407 (or 0x4A3407) is known color: Mikado. HEX triplet: 4A, 34 and 07. RGB value is (74,52,7). Sum of RGB (Red+Green+Blue) = 74+52+7=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3407 is #B5CBF8. Grayscale: #353535. Windows color (decimal): -11914233 or 472138. OLE color: 472138.

HSL color Cylindrical-coordinate representation of color #4A3407: hue angle of 40.3º 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 #4A3407 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 52 7 -
CMYK 0 0.30 0.91 0.71
HSL 40.3º 0.83% 0.16% -
HSV(B) 40.3º 0.91% 0.29% -
XYZ 4.09 3.93 0.74 -
YUV 53.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 74 52 7 0 0.30 0.91 0.71 40.3 0.83 0.16
Hex 4A 34 7 0 1E 5B 47 28 53 10
Octal 112 64 7 0 36 133 107 50 123 20
Binary 1001010 110100 111 0 11110 1011011 1000111 101000 1010011 10000

Color Harmonies of #4A3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3407

Black with #4A3407

Text Example


Text Example

White with #4A3407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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