#3B390E

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

Shades of Karaka #3B390E

Tints of Karaka #3B390E

Color information

#3B390E (or 0x3B390E) is unknown color: approx Karaka. HEX triplet: 3B, 39 and 0E. RGB value is (59,57,14). Sum of RGB (Red+Green+Blue) = 59+57+14=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B390E is #C4C6F1. Grayscale: #343434. Windows color (decimal): -12895986 or 932155. OLE color: 932155.

HSL color Cylindrical-coordinate representation of color #3B390E: hue angle of 57.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B390E is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB595714-
CMYK00.030.760.77
HSL57.33º61.64%14.31%-
HSV(B)57.33º76.27%23.14%-
XYZ3.353.890.99-
YUV52.7106.16132.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.38%
GREEN value IS 57 (22.66% from 255) = 43.85%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=45.38%
G=43.85%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59571400.030.760.7757.3361.6414.31
Hex3B39E034C4D393ee
Octal73711603114115717616
Binary1110111110011110011100110010011011110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,14); }

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

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

 a { background-color: rgb(59,57,14); }

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

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

 span { border-color: rgb(59,57,14); }

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