Html Css Color HEX #3F3002 Mikado

📋 copy color: '#3F3002'

red 63 ◦ green 48 ◦ blue 2

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

Shades of Mikado #3F3002

Tints of Mikado #3F3002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.77%

R = 55.75%
G = 42.48%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#3F3002 (or 0x3F3002) is known color: Mikado. HEX triplet: 3F, 30 and 02. RGB value is (63,48,2). Sum of RGB (Red+Green+Blue) = 63+48+2=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3002 is #C0CFFD. Grayscale: #2F2F2F. Windows color (decimal): -12636158 or 143423. OLE color: 143423.

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

Color convert

RGB 63 48 2 -
CMYK 0 0.24 0.97 0.75
HSL 45.25º 0.94% 0.13% -
HSV(B) 45.25º 0.97% 0.25% -
XYZ 3.12 3.18 0.51 -
YUV 47.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 63 48 2 0 0.24 0.97 0.75 45.25 0.94 0.13
Hex 3F 30 2 0 18 61 4B 2D 5E D
Octal 77 60 2 0 30 141 113 55 136 15
Binary 111111 110000 10 0 11000 1100001 1001011 101101 1011110 1101

Color Harmonies of #3F3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3002

Black with #3F3002

Text Example


Text Example

White with #3F3002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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