Html Css Color HEX #3F3009 Mikado

📋 copy color: '#3F3009'

red 63 ◦ green 48 ◦ blue 9

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

Shades of Mikado #3F3009

Tints of Mikado #3F3009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.5%

R = 52.5%
G = 40%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3F3009 (or 0x3F3009) is known color: Mikado. HEX triplet: 3F, 30 and 09. RGB value is (63,48,9). Sum of RGB (Red+Green+Blue) = 63+48+9=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3009 is #C0CFF6. Grayscale: #303030. Windows color (decimal): -12636151 or 602175. OLE color: 602175.

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

Color convert

RGB 63 48 9 -
CMYK 0 0.24 0.86 0.75
HSL 43.33º 0.75% 0.14% -
HSV(B) 43.33º 0.86% 0.25% -
XYZ 3.16 3.19 0.71 -
YUV 48.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 63 48 9 0 0.24 0.86 0.75 43.33 0.75 0.14
Hex 3F 30 9 0 18 56 4B 2B 4B E
Octal 77 60 11 0 30 126 113 53 113 16
Binary 111111 110000 1001 0 11000 1010110 1001011 101011 1001011 1110

Color Harmonies of #3F3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3009

Black with #3F3009

Text Example


Text Example

White with #3F3009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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