#3D3530

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

Shades of Kilamanjaro #3D3530

Tints of Kilamanjaro #3D3530

Color information

#3D3530 (or 0x3D3530) is unknown color: approx Kilamanjaro. HEX triplet: 3D, 35 and 30. RGB value is (61,53,48). Sum of RGB (Red+Green+Blue) = 61+53+48=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3530 is #C2CACF. Grayscale: #363636. Windows color (decimal): -12765904 or 3159357. OLE color: 3159357.

HSL color Cylindrical-coordinate representation of color #3D3530: hue angle of 23.08º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D3530 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB615348-
CMYK00.130.210.76
HSL23.08º11.93%21.37%-
HSV(B)23.08º21.31%23.92%-
XYZ3.733.753.32-
YUV54.82124.15132.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.65%
GREEN value IS 53 (21.09% from 255) = 32.72%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=37.65%
G=32.72%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61534800.130.210.7623.0811.9321.37
Hex3D35300D154C17c15
Octal75656001525114271425
Binary1111011101011100000110110101100110010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,53,48); }

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

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

 a { background-color: rgb(61,53,48); }

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

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

 span { border-color: rgb(61,53,48); }

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