#3A3715

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

Shades of Karaka #3A3715

Tints of Karaka #3A3715

Color information

#3A3715 (or 0x3A3715) is unknown color: approx Karaka. HEX triplet: 3A, 37 and 15. RGB value is (58,55,21). Sum of RGB (Red+Green+Blue) = 58+55+21=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3715 is #C5C8EA. Grayscale: #343434. Windows color (decimal): -12962027 or 1390394. OLE color: 1390394.

HSL color Cylindrical-coordinate representation of color #3A3715: hue angle of 55.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A3715 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB585521-
CMYK00.050.640.77
HSL55.14º46.84%15.49%-
HSV(B)55.14º63.79%22.75%-
XYZ3.253.691.25-
YUV52.02110.49132.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.28%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=43.28%
G=41.04%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58552100.050.640.7755.1446.8415.49
Hex3A371505404D372ff
Octal72672505100115675717
Binary111010110111101010101100000010011011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,21); }

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

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

 a { background-color: rgb(58,55,21); }

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

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

 span { border-color: rgb(58,55,21); }

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