Html Css Color HEX #3F3505 Mikado

📋 copy color: '#3F3505'

red 63 ◦ green 53 ◦ blue 5

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

Shades of Mikado #3F3505

Tints of Mikado #3F3505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.13%

R = 52.07%
G = 43.8%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#3F3505 (or 0x3F3505) is known color: Mikado. HEX triplet: 3F, 35 and 05. RGB value is (63,53,5). Sum of RGB (Red+Green+Blue) = 63+53+5=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3505 is #C0CAFA. Grayscale: #323232. Windows color (decimal): -12634875 or 341311. OLE color: 341311.

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

Color convert

RGB 63 53 5 -
CMYK 0 0.16 0.92 0.75
HSL 49.66º 0.85% 0.13% -
HSV(B) 49.66º 0.92% 0.25% -
XYZ 3.35 3.61 0.66 -
YUV 50.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 63 53 5 0 0.16 0.92 0.75 49.66 0.85 0.13
Hex 3F 35 5 0 10 5C 4B 32 55 D
Octal 77 65 5 0 20 134 113 62 125 15
Binary 111111 110101 101 0 10000 1011100 1001011 110010 1010101 1101

Color Harmonies of #3F3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3505

Black with #3F3505

Text Example


Text Example

White with #3F3505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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