#3A3705

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

Shades of Karaka #3A3705

Tints of Karaka #3A3705

Color information

#3A3705 (or 0x3A3705) is unknown color: approx Karaka. HEX triplet: 3A, 37 and 05. RGB value is (58,55,5). Sum of RGB (Red+Green+Blue) = 58+55+5=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3705 is #C5C8FA. Grayscale: #323232. Windows color (decimal): -12962043 or 341818. OLE color: 341818.

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

Color convert

RGB58555-
CMYK00.050.910.77
HSL56.6º84.13%12.35%-
HSV(B)56.6º91.38%22.75%-
XYZ3.143.640.68-
YUV50.2102.49133.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 55 (21.88% from 255) = 46.61%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=49.15%
G=46.61%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5855500.050.910.7756.684.1312.35
Hex3A375055B4D3954c
Octal72675051331157112414
Binary11101011011110101011011011100110111100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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