Html Css Color HEX #3F3515 Mikado

📋 copy color: '#3F3515'

red 63 ◦ green 53 ◦ blue 21

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

Shades of Mikado #3F3515

Tints of Mikado #3F3515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 45.99%
G = 38.69%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F3515 (or 0x3F3515) is known color: Mikado. HEX triplet: 3F, 35 and 15. RGB value is (63,53,21). Sum of RGB (Red+Green+Blue) = 63+53+21=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3515 is #C0CAEA. Grayscale: #343434. Windows color (decimal): -12634859 or 1389887. OLE color: 1389887.

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

Color convert

RGB 63 53 21 -
CMYK 0 0.16 0.67 0.75
HSL 45.71º 0.5% 0.16% -
HSV(B) 45.71º 0.67% 0.25% -
XYZ 3.46 3.66 1.23 -
YUV 52.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 63 53 21 0 0.16 0.67 0.75 45.71 0.5 0.16
Hex 3F 35 15 0 10 43 4B 2E 32 10
Octal 77 65 25 0 20 103 113 56 62 20
Binary 111111 110101 10101 0 10000 1000011 1001011 101110 110010 10000

Color Harmonies of #3F3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3515

Black with #3F3515

Text Example


Text Example

White with #3F3515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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