Html Css Color HEX #3F3019 Mikado

📋 copy color: '#3F3019'

red 63 ◦ green 48 ◦ blue 25

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

Shades of Mikado #3F3019

Tints of Mikado #3F3019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 46.32%
G = 35.29%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3F3019 (or 0x3F3019) is known color: Mikado. HEX triplet: 3F, 30 and 19. RGB value is (63,48,25). Sum of RGB (Red+Green+Blue) = 63+48+25=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3019 is #C0CFE6. Grayscale: #313131. Windows color (decimal): -12636135 or 1650751. OLE color: 1650751.

HSL color Cylindrical-coordinate representation of color #3F3019: hue angle of 36.32º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3019 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 48 25 -
CMYK 0 0.24 0.60 0.75
HSL 36.32º 0.43% 0.17% -
HSV(B) 36.32º 0.6% 0.25% -
XYZ 3.28 3.24 1.37 -
YUV 49.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 63 48 25 0 0.24 0.60 0.75 36.32 0.43 0.17
Hex 3F 30 19 0 18 3C 4B 24 2B 11
Octal 77 60 31 0 30 74 113 44 53 21
Binary 111111 110000 11001 0 11000 111100 1001011 100100 101011 10001

Color Harmonies of #3F3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3019

Black with #3F3019

Text Example


Text Example

White with #3F3019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,48,25); }

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

background-color css

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

 a { background-color: rgb(63,48,25); }

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

border-color css

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

 span { border-color: rgb(63,48,25); }

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