Html Css Color HEX #3F3410 Mikado

📋 copy color: '#3F3410'

red 63 ◦ green 52 ◦ blue 16

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

Shades of Mikado #3F3410

Tints of Mikado #3F3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.69%

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

R = 48.09%
G = 39.69%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F3410 (or 0x3F3410) is known color: Mikado. HEX triplet: 3F, 34 and 10. RGB value is (63,52,16). Sum of RGB (Red+Green+Blue) = 63+52+16=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3410 is #C0CBEF. Grayscale: #333333. Windows color (decimal): -12635120 or 1061951. OLE color: 1061951.

HSL color Cylindrical-coordinate representation of color #3F3410: hue angle of 45.96º 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 #3F3410 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 52 16 -
CMYK 0 0.17 0.75 0.75
HSL 45.96º 0.59% 0.15% -
HSV(B) 45.96º 0.75% 0.25% -
XYZ 3.37 3.55 1 -
YUV 51.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 63 52 16 0 0.17 0.75 0.75 45.96 0.59 0.15
Hex 3F 34 10 0 11 4B 4B 2E 3B F
Octal 77 64 20 0 21 113 113 56 73 17
Binary 111111 110100 10000 0 10001 1001011 1001011 101110 111011 1111

Color Harmonies of #3F3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3410

Black with #3F3410

Text Example


Text Example

White with #3F3410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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