Html Css Color HEX #3F3507 Mikado

📋 copy color: '#3F3507'

red 63 ◦ green 53 ◦ blue 7

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

Shades of Mikado #3F3507

Tints of Mikado #3F3507

RGB

 RED value IS 63 (25% from 255) = 51.22%

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

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

R = 51.22%
G = 43.09%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#3F3507 (or 0x3F3507) is known color: Mikado. HEX triplet: 3F, 35 and 07. RGB value is (63,53,7). Sum of RGB (Red+Green+Blue) = 63+53+7=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3507 is #C0CAF8. Grayscale: #323232. Windows color (decimal): -12634873 or 472383. OLE color: 472383.

HSL color Cylindrical-coordinate representation of color #3F3507: hue angle of 49.29º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F3507 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 53 7 -
CMYK 0 0.16 0.89 0.75
HSL 49.29º 0.8% 0.14% -
HSV(B) 49.29º 0.89% 0.25% -
XYZ 3.36 3.62 0.72 -
YUV 50.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 63 53 7 0 0.16 0.89 0.75 49.29 0.8 0.14
Hex 3F 35 7 0 10 59 4B 31 50 E
Octal 77 65 7 0 20 131 113 61 120 16
Binary 111111 110101 111 0 10000 1011001 1001011 110001 1010000 1110

Color Harmonies of #3F3507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3507

Black with #3F3507

Text Example


Text Example

White with #3F3507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,7); }

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

background-color css

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

 a { background-color: rgb(63,53,7); }

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

border-color css

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

 span { border-color: rgb(63,53,7); }

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