Html Css Color HEX #3F330F Mikado

📋 copy color: '#3F330F'

red 63 ◦ green 51 ◦ blue 15

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

Shades of Mikado #3F330F

Tints of Mikado #3F330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.53%

 BLUE value IS 15 (6.25% from 255) = 11.63%

R = 48.84%
G = 39.53%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.75

RGB Variations

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

Color information

#3F330F (or 0x3F330F) is known color: Mikado. HEX triplet: 3F, 33 and 0F. RGB value is (63,51,15). Sum of RGB (Red+Green+Blue) = 63+51+15=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F330F is #C0CCF0. Grayscale: #323232. Windows color (decimal): -12635377 or 996159. OLE color: 996159.

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

Color convert

RGB 63 51 15 -
CMYK 0 0.19 0.76 0.75
HSL 45º 0.62% 0.15% -
HSV(B) 45º 0.76% 0.25% -
XYZ 3.32 3.46 0.94 -
YUV 50.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 63 51 15 0 0.19 0.76 0.75 45 0.62 0.15
Hex 3F 33 F 0 13 4C 4B 2D 3E F
Octal 77 63 17 0 23 114 113 55 76 17
Binary 111111 110011 1111 0 10011 1001100 1001011 101101 111110 1111

Color Harmonies of #3F330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F330F

Black with #3F330F

Text Example


Text Example

White with #3F330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,51,15); }

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

background-color css

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

 a { background-color: rgb(63,51,15); }

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

border-color css

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

 span { border-color: rgb(63,51,15); }

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