#3B380E

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

Shades of Karaka #3B380E

Tints of Karaka #3B380E

Color information

#3B380E (or 0x3B380E) is unknown color: approx Karaka. HEX triplet: 3B, 38 and 0E. RGB value is (59,56,14). Sum of RGB (Red+Green+Blue) = 59+56+14=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B380E is #C4C7F1. Grayscale: #343434. Windows color (decimal): -12896242 or 931899. OLE color: 931899.

HSL color Cylindrical-coordinate representation of color #3B380E: hue angle of 56º 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 #3B380E is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB595614-
CMYK00.050.760.77
HSL56º61.64%14.31%-
HSV(B)56º76.27%23.14%-
XYZ3.33.790.97-
YUV52.11106.49132.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.74%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 14 (5.86% from 255) = 10.85%
R=45.74%
G=43.41%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59561400.050.760.775661.6414.31
Hex3B38E054C4D383ee
Octal73701605114115707616
Binary11101111100011100101100110010011011110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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