Html Css Color HEX #3A350E Mikado

📋 copy color: '#3A350E'

red 58 ◦ green 53 ◦ blue 14

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

Shades of Mikado #3A350E

Tints of Mikado #3A350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 46.4%
G = 42.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.77

RGB Variations

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

Color information

#3A350E (or 0x3A350E) is known color: Mikado. HEX triplet: 3A, 35 and 0E. RGB value is (58,53,14). Sum of RGB (Red+Green+Blue) = 58+53+14=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A350E is #C5CAF1. Grayscale: #323232. Windows color (decimal): -12962546 or 931130. OLE color: 931130.

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

Color convert

RGB 58 53 14 -
CMYK 0 0.09 0.76 0.77
HSL 53.18º 0.61% 0.14% -
HSV(B) 53.18º 0.76% 0.23% -
XYZ 3.1 3.48 0.92 -
YUV 50.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 58 53 14 0 0.09 0.76 0.77 53.18 0.61 0.14
Hex 3A 35 E 0 9 4C 4D 35 3D E
Octal 72 65 16 0 11 114 115 65 75 16
Binary 111010 110101 1110 0 1001 1001100 1001101 110101 111101 1110

Color Harmonies of #3A350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A350E

Black with #3A350E

Text Example


Text Example

White with #3A350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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