#3D2F0B

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

Shades of Mikado #3D2F0B

Tints of Mikado #3D2F0B

Color information

#3D2F0B (or 0x3D2F0B) is unknown color: approx Mikado. HEX triplet: 3D, 2F and 0B. RGB value is (61,47,11). Sum of RGB (Red+Green+Blue) = 61+47+11=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2F0B is #C2D0F4. Grayscale: #2F2F2F. Windows color (decimal): -12767477 or 732989. OLE color: 732989.

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

Color convert

RGB614711-
CMYK00.230.820.76
HSL43.2º69.44%14.12%-
HSV(B)43.2º81.97%23.92%-
XYZ33.050.75-
YUV47.08107.64137.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 47 (18.75% from 255) = 39.50%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=51.26%
G=39.50%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61471100.230.820.7643.269.4414.12
Hex3D2FB017524C2b45e
Octal7557130271221145310516
Binary11110110111110110101111010010100110010101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,47,11); }

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

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

 a { background-color: rgb(61,47,11); }

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

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

 span { border-color: rgb(61,47,11); }

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