#3B3812

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

Shades of Karaka #3B3812

Tints of Karaka #3B3812

Color information

#3B3812 (or 0x3B3812) is unknown color: approx Karaka. HEX triplet: 3B, 38 and 12. RGB value is (59,56,18). Sum of RGB (Red+Green+Blue) = 59+56+18=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3812 is #C4C7ED. Grayscale: #343434. Windows color (decimal): -12896238 or 1194043. OLE color: 1194043.

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

Color convert

RGB595618-
CMYK00.050.690.77
HSL55.61º53.25%15.1%-
HSV(B)55.61º69.49%23.14%-
XYZ3.333.81.13-
YUV52.56108.49132.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.36%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=44.36%
G=42.11%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59561800.050.690.7755.6153.2515.1
Hex3B381205454D3835f
Octal73702205105115706517
Binary111011111000100100101100010110011011110001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,18); }

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

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

 a { background-color: rgb(59,56,18); }

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

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

 span { border-color: rgb(59,56,18); }

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