Html Css Color HEX #3F3510 Mikado

📋 copy color: '#3F3510'

red 63 ◦ green 53 ◦ blue 16

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

Shades of Mikado #3F3510

Tints of Mikado #3F3510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 47.73%
G = 40.15%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F3510 (or 0x3F3510) is known color: Mikado. HEX triplet: 3F, 35 and 10. RGB value is (63,53,16). Sum of RGB (Red+Green+Blue) = 63+53+16=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3510 is #C0CAEF. Grayscale: #333333. Windows color (decimal): -12634864 or 1062207. OLE color: 1062207.

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

Color convert

RGB 63 53 16 -
CMYK 0 0.16 0.75 0.75
HSL 47.23º 0.59% 0.15% -
HSV(B) 47.23º 0.75% 0.25% -
XYZ 3.42 3.64 1.01 -
YUV 51.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 63 53 16 0 0.16 0.75 0.75 47.23 0.59 0.15
Hex 3F 35 10 0 10 4B 4B 2F 3B F
Octal 77 65 20 0 20 113 113 57 73 17
Binary 111111 110101 10000 0 10000 1001011 1001011 101111 111011 1111

Color Harmonies of #3F3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3510

Black with #3F3510

Text Example


Text Example

White with #3F3510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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