#393814

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

Shades of Karaka #393814

Tints of Karaka #393814

Color information

#393814 (or 0x393814) is unknown color: approx Karaka. HEX triplet: 39, 38 and 14. RGB value is (57,56,20). Sum of RGB (Red+Green+Blue) = 57+56+20=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #393814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393814 is #C6C7EB. Grayscale: #343434. Windows color (decimal): -13027308 or 1325113. OLE color: 1325113.

HSL color Cylindrical-coordinate representation of color #393814: hue angle of 58.38º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393814 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB575620-
CMYK00.020.650.78
HSL58.38º48.05%15.1%-
HSV(B)58.38º64.91%22.35%-
XYZ3.233.751.22-
YUV52.2109.83131.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=42.86%
G=42.11%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57562000.020.650.7858.3848.0515.1
Hex39381402414E3a30f
Octal71702402101116726017
Binary11100111100010100010100000110011101110101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393814; }

 p { color: rgb(57,56,20); }

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

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

 a { background-color: rgb(57,56,20); }

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

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

 span { border-color: rgb(57,56,20); }

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