Html Css Color HEX #3F350B Mikado

📋 copy color: '#3F350B'

red 63 ◦ green 53 ◦ blue 11

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

Shades of Mikado #3F350B

Tints of Mikado #3F350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.73%

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 49.61%
G = 41.73%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#3F350B (or 0x3F350B) is known color: Mikado. HEX triplet: 3F, 35 and 0B. RGB value is (63,53,11). Sum of RGB (Red+Green+Blue) = 63+53+11=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F350B is #C0CAF4. Grayscale: #333333. Windows color (decimal): -12634869 or 734527. OLE color: 734527.

HSL color Cylindrical-coordinate representation of color #3F350B: hue angle of 48.46º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F350B is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 53 11 -
CMYK 0 0.16 0.83 0.75
HSL 48.46º 0.7% 0.15% -
HSV(B) 48.46º 0.83% 0.25% -
XYZ 3.38 3.63 0.84 -
YUV 51.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 63 53 11 0 0.16 0.83 0.75 48.46 0.7 0.15
Hex 3F 35 B 0 10 53 4B 30 46 F
Octal 77 65 13 0 20 123 113 60 106 17
Binary 111111 110101 1011 0 10000 1010011 1001011 110000 1000110 1111

Color Harmonies of #3F350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F350B

Black with #3F350B

Text Example


Text Example

White with #3F350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,11); }

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

background-color css

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

 a { background-color: rgb(63,53,11); }

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

border-color css

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

 span { border-color: rgb(63,53,11); }

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