Html Css Color HEX #4A3508 Mikado

📋 copy color: '#4A3508'

red 74 ◦ green 53 ◦ blue 8

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

Shades of Mikado #4A3508

Tints of Mikado #4A3508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.26%

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

R = 54.81%
G = 39.26%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4A3508 (or 0x4A3508) is known color: Mikado. HEX triplet: 4A, 35 and 08. RGB value is (74,53,8). Sum of RGB (Red+Green+Blue) = 74+53+8=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3508 is #B5CAF7. Grayscale: #363636. Windows color (decimal): -11913976 or 537930. OLE color: 537930.

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

Color convert

RGB 74 53 8 -
CMYK 0 0.28 0.89 0.71
HSL 40.91º 0.8% 0.16% -
HSV(B) 40.91º 0.89% 0.29% -
XYZ 4.14 4.02 0.79 -
YUV 54.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 74 53 8 0 0.28 0.89 0.71 40.91 0.8 0.16
Hex 4A 35 8 0 1C 59 47 29 50 10
Octal 112 65 10 0 34 131 107 51 120 20
Binary 1001010 110101 1000 0 11100 1011001 1000111 101001 1010000 10000

Color Harmonies of #4A3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3508

Black with #4A3508

Text Example


Text Example

White with #4A3508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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