#3A3713

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

Shades of Karaka #3A3713

Tints of Karaka #3A3713

Color information

#3A3713 (or 0x3A3713) is unknown color: approx Karaka. HEX triplet: 3A, 37 and 13. RGB value is (58,55,19). Sum of RGB (Red+Green+Blue) = 58+55+19=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3713 is #C5C8EC. Grayscale: #333333. Windows color (decimal): -12962029 or 1259322. OLE color: 1259322.

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

Color convert

RGB585519-
CMYK00.050.670.77
HSL55.38º50.65%15.1%-
HSV(B)55.38º67.24%22.75%-
XYZ3.233.681.16-
YUV51.79109.49132.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.94%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=43.94%
G=41.67%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58551900.050.670.7755.3850.6515.1
Hex3A371305434D3733f
Octal72672305103115676317
Binary111010110111100110101100001110011011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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