#3D3308

Color #3D3308 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #3D3308

Tints of Mikado #3D3308

Color information

#3D3308 (or 0x3D3308) is unknown color: approx Mikado. HEX triplet: 3D, 33 and 08. RGB value is (61,51,8). Sum of RGB (Red+Green+Blue) = 61+51+8=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3308 is #C2CCF7. Grayscale: #313131. Windows color (decimal): -12766456 or 537405. OLE color: 537405.

HSL color Cylindrical-coordinate representation of color #3D3308: hue angle of 48.68º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D3308 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB61518-
CMYK00.160.870.76
HSL48.68º76.81%13.53%-
HSV(B)48.68º86.89%23.92%-
XYZ3.153.380.72-
YUV49.09104.81136.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.83%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=50.83%
G=42.5%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6151800.160.870.7648.6876.8113.53
Hex3D338010574C314de
Octal7563100201271146111516
Binary11110111001110000100001010111100110011000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,51,8); }

 H1.HeaderClassName
 {
   color: #3D3308;
 }
 .AnyTagClassName
 {
   color: #3D3308;
 }
</style>
background-color css

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

 a { background-color: rgb(61,51,8); }

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

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

 span { border-color: rgb(61,51,8); }

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