Html Css Color HEX #3F3004 Mikado

📋 copy color: '#3F3004'

red 63 ◦ green 48 ◦ blue 4

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

Shades of Mikado #3F3004

Tints of Mikado #3F3004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 54.78%
G = 41.74%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3F3004 (or 0x3F3004) is known color: Mikado. HEX triplet: 3F, 30 and 04. RGB value is (63,48,4). Sum of RGB (Red+Green+Blue) = 63+48+4=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3004 is #C0CFFB. Grayscale: #2F2F2F. Windows color (decimal): -12636156 or 274495. OLE color: 274495.

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

Color convert

RGB 63 48 4 -
CMYK 0 0.24 0.94 0.75
HSL 44.75º 0.88% 0.13% -
HSV(B) 44.75º 0.94% 0.25% -
XYZ 3.13 3.18 0.56 -
YUV 47.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 63 48 4 0 0.24 0.94 0.75 44.75 0.88 0.13
Hex 3F 30 4 0 18 5E 4B 2D 58 D
Octal 77 60 4 0 30 136 113 55 130 15
Binary 111111 110000 100 0 11000 1011110 1001011 101101 1011000 1101

Color Harmonies of #3F3004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3004

Black with #3F3004

Text Example


Text Example

White with #3F3004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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