Html Css Color HEX #3A3511 Mikado

📋 copy color: '#3A3511'

red 58 ◦ green 53 ◦ blue 17

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

Shades of Mikado #3A3511

Tints of Mikado #3A3511

RGB

 RED value IS 58 (23.05% from 255) = 45.31%

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

 BLUE value IS 17 (7.03% from 255) = 13.28%

R = 45.31%
G = 41.41%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.77

RGB Variations

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

Color information

#3A3511 (or 0x3A3511) is known color: Mikado. HEX triplet: 3A, 35 and 11. RGB value is (58,53,17). Sum of RGB (Red+Green+Blue) = 58+53+17=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3511 is #C5CAEE. Grayscale: #323232. Windows color (decimal): -12962543 or 1127738. OLE color: 1127738.

HSL color Cylindrical-coordinate representation of color #3A3511: hue angle of 52.68º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A3511 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 53 17 -
CMYK 0 0.09 0.71 0.77
HSL 52.68º 0.55% 0.15% -
HSV(B) 52.68º 0.71% 0.23% -
XYZ 3.12 3.49 1.04 -
YUV 50.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 58 53 17 0 0.09 0.71 0.77 52.68 0.55 0.15
Hex 3A 35 11 0 9 47 4D 35 37 F
Octal 72 65 21 0 11 107 115 65 67 17
Binary 111010 110101 10001 0 1001 1000111 1001101 110101 110111 1111

Color Harmonies of #3A3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3511

Black with #3A3511

Text Example


Text Example

White with #3A3511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3511; }

 p { color: rgb(58,53,17); }

 H1.HeaderClassName
 {
   color: #3A3511;
 }
 .AnyTagClassName
 {
   color: #3A3511;
 }
</style>

background-color css

<style>
 a { background-color: #3A3511; }

 a { background-color: rgb(58,53,17); }

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

border-color css

<style>
 span { border-color: #3A3511; }

 span { border-color: rgb(58,53,17); }

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